Skip to content

Commit b6fe07b

Browse files
committed
fmt/shfmt
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 8066957 commit b6fe07b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

provisioner/terraform/testdata/fake_text_file_busy.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ version)
2222
init)
2323
echo "init"
2424
>&2 echo "Error: Failed to install provider"
25-
>&2 echo " Error while installing coder/coder v1.0.4: open"
26-
>&2 echo " /home/coder/.cache/coder/provisioner-0/tf/registry.terraform.io/coder/coder/1.0.3/linux_amd64/terraform-provider-coder_v1.0.4:"
27-
>&2 echo " text file busy"
28-
exit 1
25+
>&2 echo " Error while installing coder/coder v1.0.4: open"
26+
>&2 echo " /home/coder/.cache/coder/provisioner-0/tf/registry.terraform.io/coder/coder/1.0.3/linux_amd64/terraform-provider-coder_v1.0.4:"
27+
>&2 echo " text file busy"
28+
exit 1
2929
;;
3030
plan)
3131
echo "plan not supported"
@@ -38,5 +38,3 @@ apply)
3838
esac
3939

4040
exit 10
41-
42-

0 commit comments

Comments
 (0)