Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(taskfile): remove redundant braces #1624

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

Tanguille
Copy link
Contributor

During updating the config of my cluster I discovered the task had some redundant braces.

Example:

task talos:apply-node HOSTNAME=control-1 MODE=auto
task: [talos:apply-node] talosctl --nodes control-1 apply-config --mode=auto}} --file /home/runner/cluster/kubernetes/bootstrap/talos/clusterconfig/cluster-control-1.yaml
invalid argument "auto}}" for "-m, --mode" flag: possible options are: auto, interactive, no-reboot, reboot, staged, try

This PR fixes that.

@onedr0p onedr0p merged commit d2eb686 into onedr0p:main Nov 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants