summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-11-25 22:02:10 -0500
committerAndrew Cady <d@jerkface.net>2022-11-25 22:02:10 -0500
commit45f8f923162e4050fc03afbc407017e22525a3e6 (patch)
tree39dcc77a7f234fa3409b55c232d682d8a2c601f9
parent80ac7a255154ad4469a69ac94e2b60fd43f8f4c0 (diff)
session lift program fix
-rwxr-xr-xrepgoal.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/repgoal.hs b/repgoal.hs
index 1e1e5b3..c512a94 100755
--- a/repgoal.hs
+++ b/repgoal.hs
@@ -389,10 +389,10 @@ program =
389 Lift "Row" (Accessory 5 10) 389 Lift "Row" (Accessory 5 10)
390 :<|| Seq.fromList 390 :<|| Seq.fromList
391 [ Lift "DB Press" $ Accessory 3 10 391 [ Lift "DB Press" $ Accessory 3 10
392 , Lift "Row" $ Accessory 5 10
393 , Lift "Dip" $ Unspecified 392 , Lift "Dip" $ Unspecified
394 , Lift "Good Morning" $ Accessory 3 10 393 , Lift "Good Morning" $ Accessory 3 10
395 , Lift "Rear Lateral" $ Accessory 3 10 394 , Lift "Rear Lateral" $ Accessory 3 20
395 , Lift "Back Raise" $ Accessory 3 15
396 ] 396 ]
397 397
398 , Session "Naked Bar Warmup" $ 398 , Session "Naked Bar Warmup" $