Skip to content

Commit

Permalink
bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Jul 22, 2024
1 parent d626071 commit 6854b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dfx-software-ic-latest
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
(
git fetch
if test -n "${IC_COMMIT_BEFORE:-}"; then
IC_COMMIT="$(git log --pretty=%P -n 1 "$IC_COMMIT_BEFORE" | awk '{print $(NF)}')"
IC_COMMIT="$(git log --pretty=%P -n 1 "$IC_COMMIT_BEFORE" | awk '{print $(NF)}')"
elif test -n "${IC_COMMIT_AFTER:-}"; then
IC_COMMIT="$IC_COMMIT_AFTER"
else
Expand Down

0 comments on commit 6854b92

Please sign in to comment.