Skip to content

Commit df42161

Browse files
committed
style: fix shfmt redirect spacing in install.sh
1 parent 49c643b commit df42161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
if [ -n "$PROFILE" ]; then
106106
# Check if phpvm is already configured in the profile
107-
if grep -qF 'PHPVM_DIR' "$PROFILE" 2>/dev/null; then
107+
if grep -qF 'PHPVM_DIR' "$PROFILE" 2> /dev/null; then
108108
phpvm_echo "phpvm already configured in $PROFILE (skipping)"
109109
else
110110
phpvm_echo "Adding phpvm to $PROFILE"

0 commit comments

Comments
 (0)