@@ 95,7 95,7 @@ make sure to run `set +x` first to temporarily disable detailed command logging
in the build shell. Run `set -x` again once you're done handling secret
information to re-enable command logging. You also need to be careful that
secrets are not printed to stdout or stderr by the commands which use them
-— add ` 2>&1 >/dev/null` to the affected commands if you need to hide this
+— add ` >/dev/null 2>&1` to the affected commands if you need to hide this
output.
Whenever you submit a build via the API, you can pass the `secrets` parameter (a