Skip to content

Commit b9078ca

Browse files
lmp/bb-config: fix lack of whitespace
Fix lack of whitespace around the assignment: 'COMPOSE_APP_TYPE="restorable"' Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
1 parent e13e46d commit b9078ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmp/bb-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ APP_SHORTLIST = "${APP_SHORTLIST}"
113113
APP_PRELOAD_TOKEN_FILE = "/secrets/osftok"
114114
APP_PRELOAD_REGISTRY_SECRETS_FILE = "/secrets/container-registries"
115115
APP_PRELOAD_LOG_FILE = "/archive/app-preload.log"
116-
COMPOSE_APP_TYPE="${COMPOSE_APP_TYPE-restorable}"
116+
COMPOSE_APP_TYPE = "${COMPOSE_APP_TYPE-restorable}"
117117
118118
# TUF root meta provisioning parameters
119119
SOTA_TUF_ROOT_PROVISION = "${SOTA_TUF_ROOT_PROVISION-1}"

0 commit comments

Comments
 (0)