Skip to content

Commit

Permalink
configprofiles: fix typo
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
knz committed Oct 2, 2023
1 parent 1a3c757 commit 3b8d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/configprofiles/profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var virtClusterInitTasks = []autoconfigpb.Task{
},
),
// Finally.
makeTask("use the application virtual cluster template by default in CREATE VIRTUAL CLSUTER",
makeTask("use the application virtual cluster template by default in CREATE VIRTUAL CLUSTER",
/* nonTxnSQL */ []string{
"SET CLUSTER SETTING sql.create_virtual_cluster.default_template = 'template'",
},
Expand Down

0 comments on commit 3b8d1ad

Please sign in to comment.