Skip to content

Commit

Permalink
dorothy: fix lint and rearrange uninstall map
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton authored Dec 19, 2023
1 parent 157bba4 commit 0a38407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/dorothy
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ function dorothy() (
args+=("$@")
shift $#
;;
'uninstall')
action='uninstall'
;;
'u' | 'up' | 'update')
action='update'
;;
Expand Down Expand Up @@ -392,9 +395,6 @@ function dorothy() (
't' | 'test')
action='test'
;;
'u' | 'uninstall')
action='uninstall'
;;
'todo' | 'todos')
action='todos'
;;
Expand Down

0 comments on commit 0a38407

Please sign in to comment.