Skip to content

Commit

Permalink
leverage default for api url
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards authored Nov 18, 2024
1 parent d5dffb3 commit ba843e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ func getInitCommand() *cobra.Command {
cmd.Flags().StringVar(&loadBalancerIP, "load-balancer-ip", "", "the local network interface for colony to use")

cmd.MarkFlagRequired("api-key")
cmd.MarkFlagRequired("api-url")
cmd.MarkFlagRequired("load-balancer-interface")
cmd.MarkFlagRequired("load-balancer-ip")
return cmd
Expand Down

0 comments on commit ba843e1

Please sign in to comment.