Skip to content

Commit 4eed0e7

Browse files
committed
Fix distribution name in output
Signed-off-by: Jakub Jelen <[email protected]>
1 parent c5640bf commit 4eed0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ else
7979
[ -n "${REQUIREMENTS}" ] && ansible-galaxy install "${REQUIREMENTS}"
8080
fi
8181
if [ "$0" = "${BASH_SOURCE[*]}" ] ; then
82-
>&2 printf "Running Ansible debian check...\n"
82+
>&2 printf "Running Ansible centos check...\n"
8383
ansible::prepare
8484
if [[ "${TARGETS}" == *.yml ]]
8585
then

0 commit comments

Comments
 (0)