File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11EXECUTABLE_NAME = mint
22REPO = https://github.com/yonaskolb/Mint
3- VERSION = 0.10.1
3+ VERSION = 0.10.2
44
55PREFIX = /usr/local
66INSTALL_PATH = $(PREFIX ) /bin/$(EXECUTABLE_NAME )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import SwiftCLI
66
77public class MintCLI {
88
9- public let version = " 0.10.1 "
9+ public let version = " 0.10.2 "
1010
1111 let mint : Mint
1212 let cli : CLI
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ public class Mint {
242242 throw MintError . invalidCommand ( package . name)
243243 }
244244
245- //TODO: perhaps don't remove the whole directory once we install specific executables
245+ // TODO: perhaps don't remove the whole directory once we install specific executables
246246 try ? packagePath. installPath. delete ( )
247247 try packagePath. installPath. mkpath ( )
248248
You can’t perform that action at this time.
0 commit comments