Small edit in actions

This commit is contained in:
Clayton Wilson 2017-11-03 13:07:08 -04:00
parent f8d29565f3
commit f36d12a55b

View File

@ -143,7 +143,7 @@ def is_git_installed():
def update(): def update():
try: try:
code = subprocess.call(("git", "pull", "--ff-only", "--quiet")) code = subprocess.call(("git", "pull", "--ff-only"))
except FileNotFoundError: except FileNotFoundError:
print("\nError: Git not found. It's either not installed or you did " print("\nError: Git not found. It's either not installed or you did "
"not clone this using git. Install instructions are on the GitHub: " "not clone this using git. Install instructions are on the GitHub: "