Commit 4fa46daf by Edward Zarecor

Merge pull request #1780 from edx/e0d/git-prune

arg, typo
parents 7372324f ef9d7022
......@@ -35,7 +35,7 @@
when: EDXAPP_USE_GIT_IDENTITY
- name: git prune before checking out
shell: cd {{ edxapp_code_dir }} && git prune origin
shell: cd {{ edxapp_code_dir }} && git remote prune origin
sudo_user: "{{ edxapp_user }}"
notify:
- "restart edxapp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment