Skip to content

Commit 3b505b0

Browse files
committed
%q
1 parent 0467613 commit 3b505b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/dotfiles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func dotfiles() *cobra.Command {
6363
if gitRepo != du {
6464
backupDir := fmt.Sprintf("%s_backup_%s", dotfilesDir, time.Now().Format(time.RFC3339))
6565
_, err = cliui.Prompt(cmd, cliui.PromptOptions{
66-
Text: fmt.Sprintf("The dotfiles URL has changed from \"%s\" to \"%s\".\n Coder will backup the existing repo to %s.\n\n Continue?", du, gitRepo, backupDir),
66+
Text: fmt.Sprintf("The dotfiles URL has changed from %q to %q.\n Coder will backup the existing repo to %s.\n\n Continue?", du, gitRepo, backupDir),
6767
IsConfirm: true,
6868
})
6969
if err != nil {

0 commit comments

Comments
 (0)