Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 18, 2024
1 parent 86e8a98 commit 57dd8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ RUNNER_MEMORY=${RUNNER_MEMORY:-"1024"}
RUNNER_CPUS=${RUNNER_CPUS:-"2"}

# DNS to use on the VM. This is the same as the default in krunvm.
RUNNER_DNS=${ORCHESTRATOR_DNS:-"1.1.1.1"}
RUNNER_DNS=${RUNNER_DNS:-"1.1.1.1"}

# Host->VM mount points, lines containing pairs of directory mappings separated
# by a colon.
RUNNER_MOUNT=${ORCHESTRATOR_MOUNT:-""}
RUNNER_MOUNT=${RUNNER_MOUNT:-""}

# Name of top directory in VM where to host a copy of the root directory of this
# script. When this is set, the runner starter script from that directory will
Expand Down

0 comments on commit 57dd8a1

Please sign in to comment.