Skip to content

Commit

Permalink
Fix Jorl17#6
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed May 14, 2018
1 parent 51398dc commit b36bfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharelatex-git.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def ensure_git_repository_started():
# Add the file to the staged area for commit
#------------------------------------------------------------------------------
def commit_add_file(filename):
run_cmd('git add {}'.format(filename))
run_cmd('git add "{}"'.format(filename))

#------------------------------------------------------------------------------
# We also commit any possible changes to the gitignore file. The commit message
Expand Down

0 comments on commit b36bfc8

Please sign in to comment.