Skip to content

Commit f41a766

Browse files
Merge pull request #56 from jtpio/patch-1
Fix typo
2 parents b210fdd + 5e86ec7 commit f41a766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setupbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def run(self):
359359

360360
if not which(npm_cmd[0]):
361361
log.error("`{0}` unavailable. If you're running this command "
362-
"using sudo, make sure `{0}` is availble to sudo"
362+
"using sudo, make sure `{0}` is available to sudo"
363363
.format(npm_cmd[0]))
364364
return
365365

0 commit comments

Comments
 (0)