Fix typo on error message

Change-Id: Id4a50e789e38d67a9aa66e68350303897699983c
This commit is contained in:
Michael Davies 2013-11-04 21:55:28 -08:00
parent 9dc9527481
commit 98b1265816
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def git_check(repo_path):
package_name = os.path.basename(repo.remotes.origin.url).rstrip('.git')
except:
print "\nThere is a problem verifying that the directory passed in"
print "is a valid git repoistory. Please try again.\n"
print "is a valid git repository. Please try again.\n"
sys.exit(1)
return package_name