Skip to content

Commit

Permalink
fix version number on root command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Meinhardt committed Mar 19, 2019
1 parent 40884fa commit b0a92b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var rootCmd = &cobra.Command{
}

if !rootCmdFlags.createTag && !rootCmdFlags.push {
box := packr.NewBox(repoPath + "/buildAssets")
box := packr.NewBox("../../../buildAssets")
version, err := box.FindString("VERSION")
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit b0a92b1

Please sign in to comment.