Skip to content

Commit

Permalink
Merge pull request #136 from gabyx/bugfix/set-zero-ref-for-cloned
Browse files Browse the repository at this point in the history
Bugfix: Pass zero ref to --internal-updated-from on clone
  • Loading branch information
rycus86 committed Oct 9, 2020
2 parents 0bf8f84 + 4879b8d commit 2e52be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,7 @@ update_release_clone() {
if [ "$CREATE_NEW_CLONE" = "true" ]; then

clone_release_repository || return 1
GITHOOKS_CLONE_UPDATED_FROM_COMMIT="0000000000000000000000000000000000000000"
GITHOOKS_CLONE_CREATED="true"
GITHOOKS_CLONE_UPDATED="true"

Expand Down

0 comments on commit 2e52be5

Please sign in to comment.