diff options
-rwxr-xr-x | build_deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_deploy.sh b/build_deploy.sh index d179d76..7d2320e 100755 --- a/build_deploy.sh +++ b/build_deploy.sh @@ -20,5 +20,5 @@ if [ -d repo/omnia -a -d .omnia-sdk ]; then deploy omnia fi if [ -d repo/turris -a -d .turris-sdk ]; then - deploy omnia + deploy turris fi |