Skip to content

Commit

Permalink
ignore version if running in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnstn committed Mar 8, 2024
1 parent 3cfc253 commit dcddf5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gbm-cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ func init() {
// Add the render command
rootCmd.AddCommand(render.RenderCmd)
rootCmd.AddCommand(release.ReleaseCmd)
utils.CheckExeVersion(Version)
if !utils.CheckIfTempRun() {
utils.CheckExeVersion(Version)
}
}

0 comments on commit dcddf5d

Please sign in to comment.