Skip to content

Commit e24305d

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(git.go): remove space
it was causing the git-receive hook to fail to start up, with errors like: remote: hooks/pre-receive: line 25: d579e5bb902c4b3299db6c6cb64a9adf940b3481: command not found
1 parent 2277cfc commit e24305d

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
@@ -51,7 +51,7 @@ do
5151
SSH_CONNECTION= \
5252
SSH_ORIGINAL_COMMAND=$SSH_ORIGINAL_COMMAND \
5353
REPOSITORY=$RECEIVE_REPO \
54-
SHA= $newrev \
54+
SHA=$newrev \
5555
USERNAME=$RECEIVE_USER \
5656
FINGERPRINT=$RECEIVE_FINGERPRINT \
5757
POD_NAMESPACE=$POD_NAMESPACE \

0 commit comments

Comments
 (0)