Skip to content

Commit

Permalink
Update buildtools/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itschak <[email protected]>
  • Loading branch information
sverdlov93 and yahavi authored Jan 8, 2025
1 parent d0ea1ba commit f3bb7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ func setupCmd(c *cli.Context) (err error) {
if err != nil {
return err
}
setupCmd.SetServerDetails(artDetails).SetRepoName(c.String("repo")).SetProjectKey(c.String(cliutils.Project))
setupCmd.SetServerDetails(artDetails).SetRepoName(c.String("repo")).SetProjectKey(cliutils.GetProject(c))
return commands.Exec(setupCmd)
}

Expand Down

0 comments on commit f3bb7e4

Please sign in to comment.