Skip to content

Commit fb3c7d4

Browse files
feat: add missing variable
1 parent a626f8b commit fb3c7d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

suites/focal/raw/raw.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export ENABLE_USER_SETUP
1313
export INCLUDE_PACKAGES
1414

1515
SUITE="focal"
16-
frn="out/$SUITE-raw"
16+
VARIENT="raw"
17+
frn="out/$SUITE-$VARIENT"
1718
OVERRIDER_COMPRESSION_TYPE="gzip"
1819
ENABLE_EXIT=true
1920
ENABLE_USER_SETUP=false

0 commit comments

Comments
 (0)