This website works better with JavaScript.
Home
Help
Sign In
alinz
/
raspi-toolbox
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add missing carriage return before printing 100%
master
Andreas Linz
2 years ago
parent
220544e844
commit
06a53d1b1e
Signed by:
alinz
GPG Key ID:
9BF39809C9DA580C
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
raspbian-image.go
+ 1
- 1
raspbian-image.go
View File
@ -78,7 +78,7 @@ func download(u string) error {
}
(
)
_
,
err
=
io
.
Copy
(
f
,
pr
)
fmt
.
Println
(
"100.0%"
)
fmt
.
Println
(
"
\r
100.0%"
)
return
err
}
Write
Preview
Loading…
Cancel
Save