Skip to content

Commit

Permalink
fix(chezmoi): remove prompt for docker repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Mar 27, 2024
1 parent 96f53d1 commit 9c60450
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions chezmoi/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -691,18 +691,6 @@
# {{- writeToStdout "❎ Docker container registry not set\n" -}}
# {{- end -}}

# {{- if and $interactive ($minimum | not) -}}
# {{- $question := "❔ What is your dockerfiles repository URL (ex: /~https://github.com/entelecheia/dockerfiles.git)" -}}
# {{- $answer := "" -}}
# {{- if $dockerfiles_repo -}}
# {{- $answer = promptString $question $dockerfiles_repo -}}
# {{- else -}}
# {{- $answer = promptString $question -}}
# {{- end -}}
# {{- $dockerfiles_repo = $answer -}}
# {{- end -}}
# {{- writeToStdout (printf "✅ dockerfiles repo set as '%s'\n" $dockerfiles_repo) -}}

# {{- if $workspace_existing -}}
# {{- if $wsl -}}
# {{- if eq $winhome_existing $winhome -}}
Expand Down

0 comments on commit 9c60450

Please sign in to comment.