Merge pull request #704 from cloudskiff/issue_703_scan_spinner

Inverse scan spinner rotation
main
Elie 2021-06-25 16:38:42 +02:00 committed by GitHub
commit 86827b5396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/sirupsen/logrus"
)
var spinner = []string{"⣾", "⣽", "⣻", "⢿", "⡿", "⣟", "⣯", "⣷"}
var spinner = []string{"⣷", "⣯", "⣟", "⡿", "⢿", "⣻", "⣽", "⣾"}
const (
progressTimeout = 10 * time.Second