Skip to content

Commit 28be092

Browse files
committed
fix command
1 parent 88828e4 commit 28be092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/web/woodoo_components/npm-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function checkPrequisites() {
1414

1515
cd "${THEME_PATH}/web/tailwind" || exit
1616

17-
if ! command -v ncuu &>/dev/null; then
17+
if ! command -v ncu &>/dev/null; then
1818
echo -e "${txtylw}${ICON_WARNING} npm-check-updates is not installed. Run ${txtcyn}ddev restart${txtylw} to install.${txtrst}"
1919
exit 1
2020
fi

0 commit comments

Comments
 (0)