cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / prettier / install.sh
index 86e8028ac96000f27adc007a95d5ecf081e856a5..7df196f687cff355053b8c08012e7e55461f51e0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-if [ -z "$(npm --version 2>/dev/null)" ]; then
+if [ -z "$(npm --version 2> /dev/null)" ]; then
     webi node
     export PATH="$HOME/.local/opt/node/bin:$PATH"
 fi