diff --git a/stpkg b/stpkg
index ce0f4125c1619066beb7279e05031d2c414bf2c6..f713552b60b283d92799ae106f1e5b80a13dd6fb 100755
--- a/stpkg
+++ b/stpkg
@@ -613,9 +613,9 @@ __edit() {
     esac
 
     # TODO [OPTIONAL] Update the preview
-
-    jq < $TEMP
-    #cp $TEMP $FILE
+    # TODO Add a dry mode, to only preview the change
+    #jq < $TEMP ### to test/review the change
+    cp $TEMP $FILE
 }
 
 __add() {