diff --git a/e2e/_suites/fleet/installers.go b/e2e/_suites/fleet/installers.go index e004e70c5d..9cdc0017fa 100644 --- a/e2e/_suites/fleet/installers.go +++ b/e2e/_suites/fleet/installers.go @@ -86,7 +86,7 @@ func (i *DEBPackage) InstallCerts() error { if err := execCommandInService(i.profile, i.image, i.service, []string{"apt", "install", "ca-certificates", "-y"}, false); err != nil { return err } - if err := execCommandInService(i.profile, i.image, i.service, []string{"update-ca-certificates", "f"}, false); err != nil { + if err := execCommandInService(i.profile, i.image, i.service, []string{"update-ca-certificates", "-f"}, false); err != nil { return err }