Skip to content

Commit d57c251

Browse files
authored
replace ' with " for printf to have bash replace a variable
1 parent 6ac1bb0 commit d57c251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
echo "Not testing with '${module_syntax}' as module syntax with '${EASYBUILD_MODULES_TOOL}' as modules tool"
179179
continue
180180
fi
181-
printf '\n\n=====================> Using $module_syntax module syntax <=====================\n\n'
181+
printf "\n\n=====================> Using $module_syntax module syntax <=====================\n\n"
182182
export EASYBUILD_MODULE_SYNTAX="${module_syntax}"
183183
export TEST_EASYBUILD_MODULE_SYNTAX="${EASYBUILD_MODULE_SYNTAX}"
184184

0 commit comments

Comments
 (0)