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 75596b0 commit 7af337e
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 @@ -276,7 +276,7 @@ parse_uri() {
_git_file_path=$(echo "${_uri_path}" | awk -F'@' '{print $2}')
if [ -z "$_git_file_path" ]; then
_git_file_path=$(basename "$_git_path")
_git_path=$(dirname "$_git_file_path")
_git_path=$(dirname "$_git_path")
fi
trace "_git_path: $_git_path"
trace "_git_file_path: $_git_file_path"
Expand Down

0 comments on commit 7af337e

Please sign in to comment.