Skip to content

Commit f69716c

Browse files
committed
fix test
1 parent b76de94 commit f69716c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/namespaces/rdb/v1/custom_instance.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,11 +955,11 @@ You can modify the values and save the file to apply the new configuration.`,
955955
Examples: []*core.Example{
956956
{
957957
Short: "Edit instance settings in YAML",
958-
Raw: "scw rdb instance settings-edit 12345678-1234-1234-1234-123456789abc --region=fr-par --mode=yaml",
958+
Raw: "scw rdb instance edit-settings 12345678-1234-1234-1234-123456789abc --region=fr-par --mode=yaml",
959959
},
960960
{
961961
Short: "Edit instance settings in JSON",
962-
Raw: "scw rdb instance settings-edit 12345678-1234-1234-1234-123456789abc --region=fr-par --mode=json",
962+
Raw: "scw rdb instance edit-settings 12345678-1234-1234-1234-123456789abc --region=fr-par --mode=json",
963963
},
964964
},
965965
Run: func(ctx context.Context, argsI interface{}) (interface{}, error) {

0 commit comments

Comments
 (0)