Skip to content

Commit 6d9092e

Browse files
committed
replaced single for double quotes.
1 parent 26f8d97 commit 6d9092e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_idempotence.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RED='\033[0;31m'
2727
# SGR code to set text color (foreground) to no color.
2828
NC='\033[0m'
2929

30-
echo '[INFO] $VIRTUALENV_NAME running idempotence test...'
30+
echo "[INFO] $VIRTUALENV_NAME running idempotence test..."
3131
ansible-playbook -i ${INVENTORY} ${PLAYBOOK} | \
3232
grep -q "${PASS_CRITERIA}" && \
3333
echo -ne "[TEST] $VIRTUALENV_NAME idempotence : ${GREEN}PASS${NC}\n" || \

0 commit comments

Comments
 (0)