Fixed typo in Schedule.hs.
This commit is contained in:
parent
9f179ae8b9
commit
9e2073f331
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ start = parse
|
|||
where
|
||||
parse (name:[]) = go name performGet
|
||||
parse (name:expr:[]) = go name $ \uuid -> do
|
||||
showStart "schedile" name
|
||||
showStart "schedule" name
|
||||
performSet expr uuid
|
||||
parse _ = giveup "Specify a repository."
|
||||
|
||||
|
|
Loading…
Reference in a new issue