Fix demo command

This commit is contained in:
James Dinsdale 2016-11-21 08:46:44 +00:00
parent 55fd395100
commit 40f23ff21f
No known key found for this signature in database
GPG key ID: 3D8EDF4F3967CD54

View file

@ -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
}