Skip to content

Commit 1656610

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

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

provisioner/terraform/testdata/fake_text_file_busy.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ version)
2121
;;
2222
init)
2323
echo "init"
24-
>&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
24+
echo >&2 "Error: Failed to install provider"
25+
echo >&2 " Error while installing coder/coder v1.0.4: open"
26+
echo >&2 " /home/coder/.cache/coder/provisioner-0/tf/registry.terraform.io/coder/coder/1.0.3/linux_amd64/terraform-provider-coder_v1.0.4:"
27+
echo >&2 " 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)