Skip to content

Commit 0cad501

Browse files
authored
Update just
1 parent a5f82be commit 0cad501

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+
cd "$(dirname "${BASH_SOURCE[0]}")"; c=$1; shift; "$c" "$@"

0 commit comments

Comments
 (0)