Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Nov 19, 2021
1 parent d473525 commit 76fc175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func unzip(src, dest string) error {
// 2. If not, just download then unzip it.
func downloadTemplates() error {
// Check if git is already installed
if commandExists("wrong") {
if commandExists("git") {
// if data dir is empty, get the newest Gitignore templates.
// Setup directory
curUsr, err := user.Current()
Expand Down

0 comments on commit 76fc175

Please sign in to comment.