Skip to content

Commit 5271863

Browse files
authored
Fix typo on iterative_task agent install process (#263)
1 parent e67b6d3 commit 5271863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task/common/machine/script.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sudo tee /etc/systemd/system/tpi-task.service > /dev/null <<END
5656
END
5757
5858
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
59+
sudo mv terraform-provider-iterative* /usr/bin/tpi
6060
sudo chmod u=rwx,g=rx,o=rx /usr/bin/tpi
6161
sudo chown root:root /usr/bin/tpi
6262

0 commit comments

Comments
 (0)