Skip to content

Commit

Permalink
fix: typo in help text
Browse files Browse the repository at this point in the history
Fixes Minor typo in error message #238
  • Loading branch information
aslafy-z authored Jan 26, 2023
1 parent a4c80a8 commit 5a66012
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 @@ -56,7 +56,7 @@ git_try() {

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

0 comments on commit 5a66012

Please sign in to comment.