Skip to content

Commit 1c08aa9

Browse files
sanialescmaglie
authored andcommitted
changing spinner
1 parent 0854081 commit 1c08aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/arduino_sketch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func executeSketchSyncCommand(cmd *cobra.Command, args []string) {
115115
var loader *spinner.Spinner
116116

117117
if isTextMode {
118-
loader = spinner.New(spinner.CharSets[39], 100*time.Millisecond)
118+
loader = spinner.New(spinner.CharSets[27], 100*time.Millisecond)
119119
loader.Prefix = "Syncing Sketches... "
120120

121121
loader.Start()

0 commit comments

Comments
 (0)