Skip to content

Commit 49d36c9

Browse files
committed
fix completion for task
1 parent cfc90d4 commit 49d36c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RUN printf '\n=====================================================\n Install sy
175175
installBinary "SHIELD" "shield" "https://github.com/shieldproject/shield/releases/download/v${SHIELD_VERSION}/shield-linux-${OS_ARCH_AMD}" && \
176176
installBinary "SPRUCE" "spruce" "https://github.com/geofffranks/spruce/releases/download/v${SPRUCE_VERSION}/spruce-linux-${OS_ARCH_AMD}" && \
177177
installTargz "TASK" "task" "https://github.com/go-task/task/releases/download/v${TASK_VERSION}/task_linux_${OS_ARCH_AMD}.tar.gz" "task" && \
178-
addCompletion "TASK" "task" "completion bash" && \
178+
addCompletion "TASK" "task" "--completion bash" && \
179179
installZip "TERRAFORM-BOSH" "terraform" "terraform" "https://releases.hashicorp.com/terraform/${TERRAFORM_BOSH_VERSION}/terraform_${TERRAFORM_BOSH_VERSION}_linux_${OS_ARCH_AMD}.zip" && \
180180
printf '\n=> Add TERRAFORM-CF-PROVIDER\n' && wget -nv https://raw.github.com/orange-cloudfoundry/terraform-provider-cloudfoundry/master/bin/install.sh -O /tmp/install.sh && chmod 755 /tmp/install.sh /usr/local/bin/terraform && export PROVIDER_CLOUDFOUNDRY_VERSION="v${TERRAFORM_PLUGIN_CF_VERSION}" && /tmp/install.sh && \
181181
installZip "TERRAFORM-K8S" "terraform" "tf-k8s" "https://releases.hashicorp.com/terraform/${TERRAFORM_K8S_VERSION}/terraform_${TERRAFORM_K8S_VERSION}_linux_${OS_ARCH_AMD}.zip" && \

0 commit comments

Comments
 (0)