Skip to content

Commit

Permalink
Fix demo command
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo committed Nov 21, 2016
1 parent 55fd395 commit 40f23ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revolver
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ function _revolver_start() {
###
function _revolver_demo() {
for style in "${(@k)_revolver_spinners[@]}"; do
./revolver --style $style start $style
revolver --style $style start $style
sleep 2
./revolver stop
revolver stop
done
}

Expand Down

0 comments on commit 40f23ff

Please sign in to comment.