revert reversion
This reverts commit 7bfc4a5442
.
Android build is going to have consistent versions again.
This commit is contained in:
parent
6b08fdc818
commit
9c8abb761f
5 changed files with 13 additions and 29 deletions
|
@ -24,11 +24,11 @@ seek :: CommandSeek
|
|||
seek = trustCommand "trust" Trusted
|
||||
|
||||
trustCommand :: String -> TrustLevel -> CommandSeek
|
||||
trustCommand cmdname level = withWords start
|
||||
trustCommand cmd level = withWords start
|
||||
where
|
||||
start ws = do
|
||||
let name = unwords ws
|
||||
showStart cmdname name
|
||||
showStart cmd name
|
||||
u <- Remote.nameToUUID name
|
||||
next $ perform u
|
||||
perform uuid = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue