Skip to content

Commit

Permalink
90dmsquash-live-ntfs: fix depends()
Browse files Browse the repository at this point in the history
Dependencies should not include module number.
  • Loading branch information
lnykryn committed Jan 11, 2018
1 parent 03214e5 commit f3e09bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/90dmsquash-live-ntfs/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ check() {
}

depends() {
echo 90dmsquash-live
echo dmsquash-live
return 0
}

Expand Down

0 comments on commit f3e09bf

Please sign in to comment.