We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67b6d3 commit 5271863Copy full SHA for 5271863
task/common/machine/script.go
@@ -56,7 +56,7 @@ sudo tee /etc/systemd/system/tpi-task.service > /dev/null <<END
56
END
57
58
curl --location --remote-name https://github.com/iterative/terraform-provider-iterative/releases/latest/download/terraform-provider-iterative_linux_amd64
59
-sudo mv terraform-provider-tpi* /usr/bin/tpi
+sudo mv terraform-provider-iterative* /usr/bin/tpi
60
sudo chmod u=rwx,g=rx,o=rx /usr/bin/tpi
61
sudo chown root:root /usr/bin/tpi
62
0 commit comments