diff --git a/roles/phabricator/templates/clusterize-git-expect.sh b/roles/phabricator/templates/clusterize-git-expect.sh index 3aae469..965589c 100755 --- a/roles/phabricator/templates/clusterize-git-expect.sh +++ b/roles/phabricator/templates/clusterize-git-expect.sh @@ -1,8 +1,8 @@ #!/usr/bin/expect -f set timeout -1 -spawn ./clusterize-git.sh +spawn /root/scripts/clusterize-git.sh expect -exact "Continue anyway? \[y/N\] " send -- "y\r" expect eof