Skip to content

Commit

Permalink
fix argument issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Sep 29, 2022
1 parent 48eac86 commit ab9624d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export VERSION="0.0.6"
export VERSION="0.0.7"

rm -rf target
mkdir -p target
Expand Down
2 changes: 1 addition & 1 deletion cmd/installSatelite.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ func init() {
preCharts = make([]string, 0)
additionalCharts = make([]string, 0)

installAuthPortalCmd.PersistentFlags().StringSliceVarP(&preCharts, "prerun-helm-charts", "u", []string{}, "Comma seperated list of chart=path to deploy charts before OpenUnison is deployed")
installSateliteCmd.PersistentFlags().StringSliceVarP(&preCharts, "prerun-helm-charts", "u", []string{}, "Comma seperated list of chart=path to deploy charts before OpenUnison is deployed")
installSateliteCmd.PersistentFlags().StringSliceVarP(&additionalCharts, "additional-helm-charts", "r", []string{}, "Comma seperated list of chart=path to deploy additional charts after OpenUnison is deployed")
}
2 changes: 1 addition & 1 deletion depxml.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export VERSION="0.0.6"
export VERSION="0.0.7"

rm -rf target
mkdir -p target
Expand Down

0 comments on commit ab9624d

Please sign in to comment.