Skip to content

Commit 33fe0f6

Browse files
committed
minor
1 parent 33e5d8c commit 33fe0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci_test_dapp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# work around having two python versions loading libraries from each other in CI
66
OLD_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
7-
alias crytic-compile="LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH crytic-compile"
7+
alias crytic-compile='LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH crytic-compile'
88
unset LD_LIBRARY_PATH
99

1010
DIR=$(mktemp -d)

0 commit comments

Comments
 (0)