mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06:30 +02:00
Run go fmt
This commit is contained in:
parent
f05bbe1dd4
commit
c391e1cfdd
@ -43,7 +43,7 @@ var rehashCmd = &cobra.Command{
|
|||||||
}
|
}
|
||||||
for dl := range session.StartDownloads() {
|
for dl := range session.StartDownloads() {
|
||||||
if dl.Error != nil {
|
if dl.Error != nil {
|
||||||
fmt.Printf("Error retrieving %s: %v\n", dl.Mod.Name, dl.Error);
|
fmt.Printf("Error retrieving %s: %v\n", dl.Mod.Name, dl.Error)
|
||||||
}
|
}
|
||||||
dl.Mod.Download.HashFormat = args[0]
|
dl.Mod.Download.HashFormat = args[0]
|
||||||
dl.Mod.Download.Hash = dl.Hashes[args[0]]
|
dl.Mod.Download.Hash = dl.Hashes[args[0]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user