diff --git a/ci/portutil.go b/ci/portutil.go index 3fb1e60..4bab199 100644 --- a/ci/portutil.go +++ b/ci/portutil.go @@ -9,7 +9,7 @@ import ( // is needed across builds. It should be able to avoid // conflicts. func DeactivateAllPorts() { - deactivateCmd := exec.Command("port", "deactivate", "active") + deactivateCmd := exec.Command("port", "-fp", "deactivate", "active") deactivateCmd.Run() }