Skip to content

Commit b87ff12

Browse files
committed
Typo fix
1 parent e09c480 commit b87ff12

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
@@ -353,4 +353,4 @@ jobs:
353353
[ "$LD_LIBRARY_PATH" = "$FAKE_PATH" ] || (echo "LD_LIBRARY_PATH is not $FAKE_PATH but $LD_LIBRARY_PATH" && exit 1)
354354
# Make sure things are back as we expect afterwards
355355
module purge
356-
[ "$LD_LIBRARY_PATH" = "$INITIAL_LD_LIBRARY__PATH" ] || (echo "LD_LIBRARY_PATH is not" $(echo "$INITAL_LD_LIBRARY_PATH" | od -c) "but" $(echo "$LD_LIBRARY_PATH" | od -c) && exit 1)
356+
[ "$LD_LIBRARY_PATH" = "$INITIAL_LD_LIBRARY_PATH" ] || (echo "LD_LIBRARY_PATH is not $INITIAL_LD_LIBRARY_PATH but $LD_LIBRARY_PATH" && exit 1)

0 commit comments

Comments
 (0)