tweak
This commit is contained in:
parent
eec137f33a
commit
c33313c50b
1 changed files with 1 additions and 2 deletions
|
@ -30,6 +30,5 @@ start ws = do
|
|||
perform :: String -> CommandPerform
|
||||
perform description = do
|
||||
initialize
|
||||
u <- getUUID
|
||||
describeUUID u description
|
||||
getUUID >>= describeUUID description
|
||||
next $ return True
|
||||
|
|
Loading…
Add table
Reference in a new issue