Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 11, 2020
1 parent 82f0409 commit 22ae7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/publish-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ windows)
set -x
git --version
git config core.symlinks true
find -type l -delete
find . -type l -delete
git reset --hard
)
;;
Expand Down

0 comments on commit 22ae7aa

Please sign in to comment.