summaryrefslogtreecommitdiff
path: root/integration/scripts/trovestack
diff options
context:
space:
mode:
Diffstat (limited to 'integration/scripts/trovestack')
-rwxr-xr-xintegration/scripts/trovestack2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack
index 8ad5e341..ecc88f0f 100755
--- a/integration/scripts/trovestack
+++ b/integration/scripts/trovestack
@@ -827,7 +827,7 @@ function cmd_build_image() {
local IMAGE_GUEST_OS=${2:-'ubuntu'}
local IMAGE_GUEST_RELEASE=${3:-'xenial'}
local DEV_MODE=${4:-'true'}
- local guest_username=${5:-"ubuntu"}
+ local guest_username=${5:-'ubuntu'}
local output=$6
if [[ -z "$output" ]]; then