Skip to content

Commit 65b05de

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(git.go): execute the binary according to the PATH
1 parent e24305d commit 65b05de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ do
5555
USERNAME=$RECEIVE_USER \
5656
FINGERPRINT=$RECEIVE_FINGERPRINT \
5757
POD_NAMESPACE=$POD_NAMESPACE \
58-
/bin/boot git-receive
58+
boot git-receive
5959
fi
6060
6161
rm -f "$LOCKFILE"

0 commit comments

Comments
 (0)