Skip to content

Commit 95a8f92

Browse files
author
ulwlu
committed
Remove unnecessary Sprint
1 parent 16be90c commit 95a8f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/repo/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ func confirmSubmission(repoName string, repoOwner string, projectDirErr error) (
393393

394394
promptString := ""
395395
if projectDirErr == nil {
396-
promptString = fmt.Sprint("This will add remote origin to your current directory. Continue? ")
396+
promptString = "This will add remote origin to your current directory. Continue? "
397397
} else if repoOwner != "" {
398398
promptString = fmt.Sprintf("This will create '%s/%s' in your current directory. Continue? ", repoOwner, repoName)
399399
} else {

0 commit comments

Comments
 (0)