Skip to content

Commit f72d71f

Browse files
committed
Fix typo in word 'exit'
1 parent 4920149 commit f72d71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install-phalcon.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ then
2222
cp "$HOME/assets/$LOCAL_PATH/phalcon.so" "$EXT_DIR/phalcon.so"
2323
else
2424
git clone --depth=1 -v https://github.com/phalcon/cphalcon.git -b "$PHALCON_VERSION" /tmp/phalcon
25-
cd /tmp/phalcon/build || extit 1
25+
cd /tmp/phalcon/build || exit 1
2626
./install --phpize "$(phpenv which phpize)" --php-config "$(phpenv which php-config)" 1> /dev/null
2727

2828
mkdir -p "$HOME/assets/$LOCAL_PATH"

0 commit comments

Comments
 (0)