diff --git a/Command/Schedule.hs b/Command/Schedule.hs index 5cc8b37bf5..c9d4f915f7 100644 --- a/Command/Schedule.hs +++ b/Command/Schedule.hs @@ -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."