Skip to content

Commit

Permalink
missing $ in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-McCann-HG committed Apr 19, 2024
1 parent 4dac25b commit 92e51c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/steps/launch_qgis_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo >&2 ""

docker run --privileged \
--name qgis \
--volume $BASE_DIR/$PLUGIN_NAME:/tests_directory/PLUGIN_NAME \
--volume $BASE_DIR/$PLUGIN_NAME:/tests_directory/$PLUGIN_NAME \
--volume /tmp/.X11-unix:/tmp/.X11-unix \
--net $DOCKER_NETWORK \
--env DISPLAY=$QGIS_DISPLAY \
Expand Down

0 comments on commit 92e51c7

Please sign in to comment.