Skip to content

Commit

Permalink
Add format flag to swupd_create_update call
Browse files Browse the repository at this point in the history
Signed-off-by: Tudor Marcu <[email protected]>
  • Loading branch information
tmarcu committed Mar 31, 2016
1 parent bf332bb commit 3a02869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ ! -d "$STATE_DIR/www/version/format$FORMAT" ]; then
fi

# step 1: create update content for current mix
sudo -E "$PREFIX"swupd_create_update -S "$STATE_DIR" --osversion $MIXVER
sudo -E "$PREFIX"swupd_create_update -S "$STATE_DIR" -F "$FORMAT" --osversion $MIXVER

# step 2: create fullfiles
sudo -E "$PREFIX"swupd_make_fullfiles -S "$STATE_DIR" $MIXVER
Expand Down

0 comments on commit 3a02869

Please sign in to comment.