diff --git a/gso/services/provisioning_proxy.py b/gso/services/provisioning_proxy.py
index 701bea45ccbcba402c85cab62aca57bd61d631cb..56a0b807d6ea46cf2270a6d3f0c787abee82714a 100644
--- a/gso/services/provisioning_proxy.py
+++ b/gso/services/provisioning_proxy.py
@@ -204,7 +204,7 @@ def _confirm_pp_results(state: State) -> FormGenerator:
     :rtype: {class}`orchestrator.types.FormGenerator`
     """
     if "pp_run_results" not in state:
-        # FIXME: very dirty hack that makes the skipping """work"""
+        # FIXME: dirty hack that makes the skipping """work"""
         return {"pp_did_succeed": True}
 
     successful_run = state["pp_run_results"]["return_code"] == 0