Skip to content

Commit

Permalink
Fix source option. Closes ilikenwf#138
Browse files Browse the repository at this point in the history
 * Fix typo in option detection introduced in 6355fd4 .
  • Loading branch information
TritiatedWater authored and Lasall committed Jan 26, 2018
1 parent bb955e0 commit 7db8cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt-fast
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for argument in "$@"; do
option="download"
root=0
;;
soure)
source)
option="source"
root=0
;;
Expand Down

0 comments on commit 7db8cc9

Please sign in to comment.