Skip to content

Commit 0d5d619

Browse files
committed
fix: australian pull-ups are inverted rows
1 parent a19e36d commit 0d5d619

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ See also
109109
### TODO
110110

111111
- Add image(s) to exercises missing them
112-
- australian_pull_up.json
113112
- pistol_squat.json
114113
- road_running.json
115114
- standing_calf_raise.json

exercises/australian_pull_up.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"category": "strength",
2323
"images": [
24-
"australian_pull_up/0.jpg",
25-
"australian_pull_up/1.jpg"
24+
"inverted_row/0.jpg",
25+
"inverted_row/1.jpg"
2626
],
2727
"id": "australian_pull_up"
28-
}
28+
}

exercises/inverted_row.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"middle back"
88
],
99
"secondaryMuscles": [
10-
"lats"
10+
"biceps",
11+
"lats",
12+
"shoulders"
1113
],
1214
"instructions": [
1315
"Position a bar in a rack to about waist height. You can also use a smith machine.",
@@ -22,4 +24,4 @@
2224
"inverted_row/1.jpg"
2325
],
2426
"id": "inverted_row"
25-
}
27+
}

0 commit comments

Comments
 (0)