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 51b84e4 commit 9bba6a3Copy full SHA for 9bba6a3
scripts/get-updated-distros.sh
@@ -3,7 +3,7 @@
3
# The list includes any topic maps that are themselves modified, and indirectly modifed topic maps where incldued AsciiDoc files have been updated.
4
5
# Get the *.adoc and distro maps files in the pull request
6
-FILES=$(git diff --name-only HEAD@{1} --diff-filter=AMRD "*.yml" "*.adoc" ':(exclude)_unused_topics/*')
+FILES=$(git diff --name-only HEAD~1 HEAD --diff-filter=AMRD "*.yml" "*.adoc" ':(exclude)_unused_topics/*')
7
8
REPO_PATH=$(git rev-parse --show-toplevel)
9
0 commit comments