Skip to content

Commit

Permalink
Correct rest interval
Browse files Browse the repository at this point in the history
  • Loading branch information
kljensen committed May 20, 2013
1 parent adc7c8b commit 90d23c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
# Use the default intervals or get user-specified ones
#
default_exercise_interval=30
default_rest_interval=30
default_rest_interval=10
if [ -z "$2" ]; then
exercise_interval=$default_exercise_interval
rest_interval=$default_rest_interval
Expand Down

0 comments on commit 90d23c7

Please sign in to comment.