We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18a938 commit 1fc7562Copy full SHA for 1fc7562
bin/git-diff-ansible-vault
@@ -252,7 +252,7 @@ git_diff_ansible_vault() {
252
| grep -E '^\+[^\+]|\$ANSIBLE_VAULT' | sed -E 's/^([^+ ]*)[+ ]/\1/')
253
254
# print the diff heading from git diff so we get the real paths
255
- $GIT_CMD -c color.ui=$COLOR diff $GIT_DIFF_ARGS $REVISION $FILE_PATH | head -n 4
+ echo "$($GIT_CMD -c color.ui=$COLOR diff $GIT_DIFF_ARGS $REVISION $FILE_PATH)" | head -n 4
256
257
# print the diff body from the opened vault diff
258
diff -u \
0 commit comments