Skip to content

Commit

Permalink
Add missing backslash (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitanshu authored Aug 17, 2020
1 parent 0a224da commit 8cbca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ run-nvidia: build-nvidia
-e DISPLAY=$(DISPLAY) \
-e QT_X11_NO_MITSHM=1 \
-e MJKEY="$$(cat $(MJKEY_PATH))" \
--name $(CONTAINER_NAME)
--name $(CONTAINER_NAME) \
${RUN_ARGS} \
rlworkgroup/garage-nvidia ${RUN_CMD}

Expand Down

0 comments on commit 8cbca77

Please sign in to comment.