Skip to content

Commit fc1dcac

Browse files
committed
use long options for docker
1 parent 7b1a775 commit fc1dcac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def bootstrap(args, generator, target, size):
218218
'--progress=plain',
219219
'--platform=linux/amd64',
220220
'--target=package',
221-
'-t', 'local/live-bootstrap',
221+
'--tag', 'local/live-bootstrap',
222222
'.')
223223

224224
elif args.bwrap:

0 commit comments

Comments
 (0)