Skip to content

Commit

Permalink
Update host-alias.go
Browse files Browse the repository at this point in the history
  • Loading branch information
clcc2019 authored Aug 29, 2024
1 parent 11825cd commit 83a5297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sealer/cmd/alpha/host-alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewHostAliasCmd() *cobra.Command {

cf.SetCluster(desiredCluster)

return cf.SaveAll(clusterfile.SaveOptions{CommitToCluster: true})
return cf.SaveAll(clusterfile.SaveOptions{CommitToCluster: false})
},
}
cmd.Flags().StringVar(&hostAlias.IP, "ip", "", "host-alias ip")
Expand Down

0 comments on commit 83a5297

Please sign in to comment.