Skip to content

Commit

Permalink
Merge pull request #958 from jdujava/master
Browse files Browse the repository at this point in the history
fix: reorder action
  • Loading branch information
LukeSmithxyz committed Aug 23, 2023
2 parents 7a1fe91 + 8d78212 commit a8863a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mw
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ reorder() {

while getopts "rfpXlhodTYD:y:i:I:s:S:u:a:n:P:x:m:t:" o; do case "${o}" in
l) setact list ;;
r) setact reorder1 ;;
r) setact reorder ;;
d) setact delete ;;
D)
setact delete
Expand Down

0 comments on commit a8863a7

Please sign in to comment.