Skip to content

Commit 6255267

Browse files
committed
revert accidental order change
1 parent 0729276 commit 6255267

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DeComp/definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ class functions do.
384384
"squashfs": [
385385
"_common", "unsquashfs",
386386
[
387-
"-f", "-d", "%(destination)s",
388-
"%(source)s", "other_options"
387+
"other_options", "-f", "-d", "%(destination)s",
388+
"%(source)s"
389389
],
390390
"SQUASHFS", ["squashfs", "sfs"], {"unsquashfs"},
391391
],

0 commit comments

Comments
 (0)