Skip to content

Commit f2b036b

Browse files
authored
Fix escaping
1 parent 8b85a7d commit f2b036b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if [ "$PIP_REQUIREMENTS" != "" ]; then
111111
pushd "$PIP_WORKDIR"
112112
fi
113113

114-
pip_args=('--prefix="$APPDIR/usr/conda/"')
114+
pip_args=('--prefix="$APPDIR"/usr/conda/')
115115
if [ "$PIP_VERBOSE" != "" ]; then
116116
pip_args+=("-v")
117117
fi

0 commit comments

Comments
 (0)