diff --git a/pkg/cmd/pulumi/preview.go b/pkg/cmd/pulumi/preview.go index 3c653a5e0..007bf7546 100644 --- a/pkg/cmd/pulumi/preview.go +++ b/pkg/cmd/pulumi/preview.go @@ -237,7 +237,7 @@ func newPreviewCmd() *cobra.Command { "Config keys contain a path to a property in a map or list to set") if hasExperimentalCommands() { cmd.PersistentFlags().StringVar( - &planFilePath, "save-constaints", "", + &planFilePath, "save-constraints", "", "Save the operations proposed by the preview to a constraints file at the given path") } cmd.Flags().BoolVarP(