Skip to content

Commit

Permalink
chore: fix task prompt spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Nov 29, 2023
1 parent ee81349 commit fe56fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks:
desc: Configure repository from Ansible vars
# TODO: Only prompt when directories exist
# https://github.com/go-task/task/issues/1330
prompt: Any conflicting config in the root kubernetes and ansible directories will be overridden ... continue?
prompt: Any conflicting config in the root kubernetes and ansible directories will be overwritten... continue?
dir: "{{.BOOTSTRAP_DIR}}"
cmd: ansible-playbook configure.yaml
env:
Expand Down

0 comments on commit fe56fa0

Please sign in to comment.