Skip to content

Commit 4af7169

Browse files
committed
added missing flag
1 parent 329afd1 commit 4af7169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/dashboard/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func runUpdate(cmd *cobra.Command, args []string) error {
7070
}
7171
}
7272
if !hasChange {
73-
return fmt.Errorf("at least one flag must be provided (--name, --slug, --private, --tags, --visualization-widgets, --text-widgets, or --columns-per-row)")
73+
return fmt.Errorf("at least one flag must be provided (--name, --slug, --private, --tags, --visualization-widgets, --text-widgets, --param-widgets, or --columns-per-row)")
7474
}
7575

7676
client := cmdutil.ClientFromCmd(cmd)

0 commit comments

Comments
 (0)