Skip to content

Commit 1b5a0a8

Browse files
authored
fix: bug fix in helm installation script (#558)
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
1 parent 8bbf266 commit 1b5a0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/extensions/scripts/install_helm.template.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ if [ ! -f .helm_completed ]; then
1111
echo "source <(helm completion bash)" >> ~/.bashrc
1212
echo "alias h='helm'" >> ~/.bashrc
1313
echo "helm completed"
14+
fi
1415
touch .helm_completed
1516
fi

0 commit comments

Comments
 (0)