Skip to content

Commit c444224

Browse files
committed
fix: remove a non existent flag
1 parent fed8e9b commit c444224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

path_role.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
},
4343
"path": {
4444
Type: framework.TypeString,
45-
Description: "Project/Group path to create an access token for. If the token type is set to personal then write the username here. If dynamic_path is true and allow-path-override flag is set then this is regex",
45+
Description: "Project/Group path to create an access token for. If the token type is set to personal then write the username here. If dynamic_path is true set then this is regex.",
4646
Required: true,
4747
DisplayAttrs: &framework.DisplayAttributes{
4848
Name: "path",

0 commit comments

Comments
 (0)