11c3813d by Adam Heath

Fix status command.

1 parent 9f91eb25
......@@ -100,7 +100,7 @@ spec:
containers:
- name: show-status
image: bash
command: ["bash", "-ex", "ls -al /tmp"]
command: ["bash", "-exc", "ls -Ral /tmp"]
volumeMounts:
- name: git-storage
mountPath: /tmp/git-storage
......