We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c80a8 commit 5a66012Copy full SHA for 5a66012
helm-git-plugin.sh
@@ -56,7 +56,7 @@ git_try() {
56
57
#git_cache_intercept(git_repo, git_ref)
58
git_cache_intercept() {
59
- _git_repo="${1?Missing git_repo as first parameer}"
+ _git_repo="${1?Missing git_repo as first parameter}"
60
_git_ref="${2?Missing git_ref as second parameter}"
61
debug "Trying to intercept for ${_git_repo}#${_git_ref}"
62
repo_tokens=$(echo "${_git_repo}" | sed -E -e 's/[^/]+\/\/([^@]*@)?([^/]+)\/(.+)$/\2 \3/' -e 's/\.git$//g' )
0 commit comments