diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 09427476..7d683cf8 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -184,7 +184,7 @@ echo "...... deployment finished ......." # creating heat domain after puching the public API into /etc/hosts if [[ "$jujuver" > "2" ]]; then - status=`juju run-action do heat/0 domain-setup` + status=`juju run-action heat/0 domain-setup` echo $status else status=`juju action do heat/0 domain-setup` |