Skip to content

Commit a5f82be

Browse files
authored
Update just
1 parent 312fe1e commit a5f82be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ build()(
1414
mv "$artifact.new" "$artifact"
1515
)
1616

17-
c="$1"; shift; "$c" "$@"
17+
c=$1; shift; "$c" "$@"

0 commit comments

Comments
 (0)