Skip to content

Commit 09dbfb8

Browse files
committed
C *V* *M* F S
1 parent 62a7189 commit 09dbfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ elif [[ ! $CVMFSEXEC_REPOS =~ [a-z]+ ]]; then
7777
safe_exec "$@"
7878
fi
7979
CVMFSEXEC_REPOS=$(tr -s ',' ' ' <<<$CVMFSEXEC_REPOS)
80-
CVMFSEXEC_REPOS=$(tr -d '"'"'" <<<$CMVFSEXEC_REPOS) # delete single and double quotes (docker envfiles treat quotes literally)
80+
CVMFSEXEC_REPOS=$(tr -d '"'"'" <<<$CVMFSEXEC_REPOS) # delete single and double quotes (docker envfiles treat quotes literally)
8181

8282
cd "$cvmfsexec_root" || \
8383
fail "Couldn't enter $cvmfsexec_root"

0 commit comments

Comments
 (0)