Skip to content

Commit 126f33f

Browse files
committed
escape double quote
1 parent f8164d2 commit 126f33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_eessi_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,5 @@ jobs:
310310
# Lmod is automatically replacing "..." with "...".
311311
export EESSI_MODULE_FAMILY_NAME=${FAMILY}
312312
module load "EESSI/${{matrix.EESSI_VERSION}}"
313-
GREP_PATTERN="Lmod is automatically replacing \"EESSI/${{matrix.EESSI_VERSION}}" with \"${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}\"."
313+
GREP_PATTERN="Lmod is automatically replacing \"EESSI/${{matrix.EESSI_VERSION}}\" with \"${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}\"."
314314
module load "${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}" |& grep "${GREP_PATTERN}"

0 commit comments

Comments
 (0)