Skip to content

Commit

Permalink
Update helm-git-plugin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Jul 7, 2024
1 parent d142ed3 commit 5ab66a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-git-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ main() {
warning "git_ref could not be discovered from remote. Defaulting to 'master'. Prefer to pin GIT ref in URI."
git_ref="master"
else
debug "Discovered remote default branch: '$git_ref'"
debug "Discovered default branch from remote: '$git_ref'. Prefer to pin GIT ref in URI."
fi
fi
readonly git_ref
Expand Down

0 comments on commit 5ab66a2

Please sign in to comment.