6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-06 11:02:57 +00:00

Fix issues found by perfsprint linter

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 18:21:17 +02:00
parent aa1da8e3da
commit 1bf52c4c32
4 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ func Version() string {
return fmt.Sprintf("git-get %s (%s)", version, commit[:7])
}
return fmt.Sprintf("git-get %s", version)
return "git-get " + version
}
// Gitconfig represents gitconfig file.