mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Whoops
This commit is contained in:
parent
6c24be9f46
commit
dd24f356ea
@ -82,7 +82,7 @@ func (m Mod) Write() (string, string, error) {
|
||||
if err2 == nil {
|
||||
f, err = os.Create(m.metaFile)
|
||||
}
|
||||
if err == nil {
|
||||
if err != nil {
|
||||
return "sha256", "", err
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user