Skip to content

Commit

Permalink
Change name of option to override image repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 9, 2023
1 parent 73a5fb2 commit cf638e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client-programs/pkg/cmd/docker_workshop_deploy_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func (p *ProjectInfo) NewDockerWorkshopDeployCmd() *cobra.Command {
)
c.Flags().StringVar(
&o.Repository,
"repository",
"image-repository",
"localhost:5001",
"the address of the image repository",
)
Expand Down
2 changes: 1 addition & 1 deletion client-programs/pkg/cmd/workshop_export_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (p *ProjectInfo) NewWorkshopExportCmd() *cobra.Command {

c.Flags().StringVar(
&o.Repository,
"repository",
"image-repository",
"localhost:5001",
"the address of the image repository",
)
Expand Down
2 changes: 1 addition & 1 deletion client-programs/pkg/cmd/workshop_publish_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (p *ProjectInfo) NewWorkshopPublishCmd() *cobra.Command {
)
c.Flags().StringVar(
&o.Repository,
"repository",
"image-repository",
"localhost:5001",
"the address of the image repository",
)
Expand Down

0 comments on commit cf638e4

Please sign in to comment.