diff --git a/e2e/_suites/fleet/installers.go b/e2e/_suites/fleet/installers.go index 4862e893b5..a43a854854 100644 --- a/e2e/_suites/fleet/installers.go +++ b/e2e/_suites/fleet/installers.go @@ -85,7 +85,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 }