Skip to content

Commit

Permalink
Same change krunvm -> krun
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Mar 28, 2024
1 parent 1c9262a commit e7675e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ fi
debug "Setting up missing defaults"
distro=$(get_env "/etc/os-release" "ID")
RUNNER_DISTRO=${RUNNER_DISTRO:-"${distro:-"unknown}"}"}
RUNNER_PREFIX=${RUNNER_PREFIX:-"${RUNNER_DISTRO}-krunvm"}
RUNNER_PREFIX=${RUNNER_PREFIX:-"${RUNNER_DISTRO}-krun"}
RUNNER_NAME=${RUNNER_NAME:-"${RUNNER_PREFIX}-$RUNNER_ID"}

RUNNER_WORKDIR=${RUNNER_WORKDIR:-"/_work/${RUNNER_NAME}"}
Expand Down

0 comments on commit e7675e1

Please sign in to comment.