diff --git a/helm-git-plugin.sh b/helm-git-plugin.sh index be1b356e..483f2f0e 100755 --- a/helm-git-plugin.sh +++ b/helm-git-plugin.sh @@ -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