Skip to content

Commit 164fc9e

Browse files
committed
Run shfmt
1 parent beeaa2c commit 164fc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ echo '::group::Copying files into /tmp/local-repo'
6565
# shellcheck disable=SC2086
6666
# Ignore quote rule because we need to expand glob patterns to copy $assets
6767
{
68-
echo "Copying " $assets
68+
echo 'Copying' $assets
6969
cp -rt /tmp/local-repo/ $assets
7070
}
7171
echo '::endgroup::'
7272

7373
echo '::group::Generating .SRCINFO'
7474
cd /tmp/local-repo
75-
makepkg --printsrcinfo > .SRCINFO
75+
makepkg --printsrcinfo >.SRCINFO
7676
echo '::endgroup::'
7777

7878
echo '::group::Committing files to the repository'

0 commit comments

Comments
 (0)