diff --git a/src/cli/cli.go b/src/cli/cli.go index 2268621f..157adb7a 100644 --- a/src/cli/cli.go +++ b/src/cli/cli.go @@ -234,6 +234,9 @@ func send(c *cli.Context) (err error) { if !c.IsSet("local") { crocOptions.OnlyLocal = rememberedOptions.OnlyLocal } + if !c.IsSet("hash") { + crocOptions.HashAlgorithm = rememberedOptions.HashAlgorithm + } } var fnames []string