Skip to content

Commit

Permalink
fix: typo in set-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 24, 2023
1 parent 3028bed commit 4ecf32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/dot_local/bin/executable_set-workspace.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKSPACE_NAME=${WORKSPACE_NAME:-"{{ .workspace.name }}"}
WORKSPACE_LOCATION=${WORKSPACE_LOCATION:-"{{ .workspace.location }}"}
WORKSPACE_PROJECT_DIR=${WORKSPACE_PROJECT_DIR:-"{{ .workspace.project_dir }}"}
WORKSPACE_REFERENCE_DIR="{{ .workspace.reference_dir }}"
USER=${USER-:"{{ .chezmoi.username }}"}
USER=${USER:-"{{ .chezmoi.username }}"}

# {{ if .system.is_wsl }}
WINHOME=${WINHOME:-"{{ .system.winhome }}"}
Expand Down

0 comments on commit 4ecf32a

Please sign in to comment.