Indentation fix

Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
Paul 2024-05-21 19:39:25 +02:00 committed by GitHub
parent aeb0ac74ec
commit eb23e0723e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,11 +69,11 @@ build_pkg() {
# build pkg
pkgbuild \
--root "$payload_root" \
--identifier "com.github.cli" \
--version "$tag_name" \
--install-location "/" \
"dist/com.github.cli.pkg"
--root "$payload_root" \
--identifier "com.github.cli" \
--version "$tag_name" \
--install-location "/" \
"dist/com.github.cli.pkg"
# setup resources
mkdir "build/macOS/resources"