Rename debug-dump.sh to cdist-dump

This commit is contained in:
Darko Poljak 2019-04-11 13:52:33 +02:00
commit d11ac7dda4
5 changed files with 5 additions and 4 deletions

View file

@ -275,7 +275,7 @@ shellcheck-remote-gencodes:
@find cdist/conf/type -type f -name gencode-remote -exec $(SHELLCHECKCMD) {} + | $(SHELLCHECK_SKIP) || exit 0
shellcheck-scripts:
@$(SHELLCHECKCMD) scripts/debug-dump.sh || exit 0
@$(SHELLCHECKCMD) scripts/cdist-dump || exit 0
shellcheck-gencodes: shellcheck-local-gencodes shellcheck-remote-gencodes