mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-14 06:54:32 +02:00
Add no-internal-hashes mode
This commit is contained in:
@@ -158,7 +158,7 @@ var importCmd = &cobra.Command{
|
||||
Index: struct {
|
||||
File string `toml:"file"`
|
||||
HashFormat string `toml:"hash-format"`
|
||||
Hash string `toml:"hash"`
|
||||
Hash string `toml:"hash,omitempty"`
|
||||
}{
|
||||
File: indexFilePath,
|
||||
},
|
||||
|
Reference in New Issue
Block a user