Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
helm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Grant committed Mar 28, 2017
1 parent ad57e07 commit 99aab74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/out
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ helm_upgrade() {
logfile="/tmp/log"
mkdir -p /tmp
set -x
if ["$chart"]
if ["$chart"]; then
$helm_cmd $source/$chart | tee $logfile
else if ["$chart_name"]; then
$helm_cmd $chart_name | tee $logfile
Expand Down

0 comments on commit 99aab74

Please sign in to comment.