Skip to content

Commit

Permalink
fix: set_workspace username variable
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Dec 21, 2022
1 parent dca46e5 commit 3bba186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SYMLINK_COLAB="{{ .workspace.symlink_colab_workspace }}"
WORKSPACE_DIR="${WORKSPACE_LOCATION}/${WORKSPACE_NAME}"
MOVE_EXISTING="{{ .workspace.move_existing }}"
SYMLINK_TO_HOME="{{ .workspace.symlink_to_home }}"

USER="{{ .chezmoi.username }}"

log_task "Creating workspace directory: ${WORKSPACE_DIR}"
if [[ ! -d "${WORKSPACE_DIR}" ]]; then
Expand Down

0 comments on commit 3bba186

Please sign in to comment.