Skip to content

Commit 5a66012

Browse files
authored
fix: typo in help text
Fixes Minor typo in error message #238
1 parent a4c80a8 commit 5a66012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-git-plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ git_try() {
5656

5757
#git_cache_intercept(git_repo, git_ref)
5858
git_cache_intercept() {
59-
_git_repo="${1?Missing git_repo as first parameer}"
59+
_git_repo="${1?Missing git_repo as first parameter}"
6060
_git_ref="${2?Missing git_ref as second parameter}"
6161
debug "Trying to intercept for ${_git_repo}#${_git_ref}"
6262
repo_tokens=$(echo "${_git_repo}" | sed -E -e 's/[^/]+\/\/([^@]*@)?([^/]+)\/(.+)$/\2 \3/' -e 's/\.git$//g' )

0 commit comments

Comments
 (0)