From eb23e0723e00e68a735bb35ad4469a8456c82ba0 Mon Sep 17 00:00:00 2001 From: Paul <44974737+paulober@users.noreply.github.com> Date: Tue, 21 May 2024 19:39:25 +0200 Subject: [PATCH] Indentation fix Co-authored-by: Andy Feller --- script/pkgmacos | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/pkgmacos b/script/pkgmacos index ba72fef9e..740356808 100755 --- a/script/pkgmacos +++ b/script/pkgmacos @@ -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"