Skip to content

Commit ce3d387

Browse files
committed
fix: adjust git config message to not promise a prompt
The checkDependencies message said "You'll be prompted to configure it during installation" but runCustomInstall never prompts for git config directly — dotfiles is the mechanism. Update wording to reflect this.
1 parent 439872d commit ce3d387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/installer/installer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func checkDependencies(cfg *config.Config) error {
7777
if !cfg.PackagesOnly {
7878
hasIssues = true
7979
ui.Warn("Git user information is not configured")
80-
ui.Info("You'll be prompted to configure it during installation")
80+
ui.Info("You can set it up via dotfiles or manually after installation")
8181
fmt.Println()
8282
}
8383
}

0 commit comments

Comments
 (0)