From 67a8a5fd14e1d42012a406a9232f1d232d58e80f Mon Sep 17 00:00:00 2001 From: Peter Zahemszky <63169891+peterzahemszky@users.noreply.github.com> Date: Tue, 7 Dec 2021 19:20:37 +0000 Subject: [PATCH] Update debugging.rst --- docs/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.rst b/docs/debugging.rst index c2d0264..dd39ccb 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -4,7 +4,7 @@ Test remote access of an image locally If you are on Linux, you may use a script provided ``./scripts/test_noVNC_directly.sh`` directly in your terminal:: - $ ./scripts/test_noVNC_directly.sh image_name ./scripts/test_env_file test + $ ./scripts/test_novnc_directly.sh image_name ./scripts/test_env_file test On Mac OS X, you should run the above script in your docker VM. You should clean up the started container once you finish testing.