Skip to content

Commit

Permalink
September 13 22:58 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 13, 2015
1 parent b76dc14 commit a81ae85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
elif (proceed == 'c'):
os.system(commit)
os.system(pull)
os.system(make)
os.system("make")
else:
print "Aborting pull.."

0 comments on commit a81ae85

Please sign in to comment.