Skip to content

Commit 4b1f54c

Browse files
committed
remove extra period
1 parent 46a0996 commit 4b1f54c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmdutil/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func HandleNotFoundWithServiceTokenCheck(ctx context.Context, cmd *cobra.Command
119119

120120
// If using service tokens and a required permission is specified, add permission guidance
121121
if cfg.ServiceTokenIsSet() && requiredPermission != "" {
122-
return fmt.Errorf("%s\n\nNote: You are using a service token for authentication. If this resource exists, your service token may not have the required '%s' permission to access it. Please check your service token permissions.", baseMsg, requiredPermission)
122+
return fmt.Errorf("%s\n\nNote: You are using a service token for authentication. If this resource exists, your service token may not have the required '%s' permission to access it. Please check your service token permissions", baseMsg, requiredPermission)
123123
}
124124

125125
return errors.New(baseMsg)

0 commit comments

Comments
 (0)