summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrepgoal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/repgoal.hs b/repgoal.hs
index a31b189..a342581 100755
--- a/repgoal.hs
+++ b/repgoal.hs
@@ -155,7 +155,7 @@ warmup :: [SetScheme]
155warmup = [setScheme 40 5, setScheme 50 5, setScheme 60 3] 155warmup = [setScheme 40 5, setScheme 50 5, setScheme 60 3]
156 156
157downSets :: [SetScheme] 157downSets :: [SetScheme]
158downSets = take 5 $ repeat $ setScheme 75 5 158downSets = take 5 $ repeat $ setScheme 85 5
159 159
160liftScheme :: SetOption -> WeekSelection -> [SetScheme] 160liftScheme :: SetOption -> WeekSelection -> [SetScheme]
161liftScheme Fresher Week1 = warmup ++ [setScheme 65 5, setScheme 75 5, setSchemeAMRAP 85 5] ++ downSets 161liftScheme Fresher Week1 = warmup ++ [setScheme 65 5, setScheme 75 5, setSchemeAMRAP 85 5] ++ downSets