Skip to content

Commit 9f7c761

Browse files
committed
Fixed a typo in vagrant provisioning script.
1 parent ad784b7 commit 9f7c761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/provision-vagrant-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ -h $CODE_BASE_DIR/deis/local_settings.py ]; then
2121
rm $CODE_BASE_DIR/deis/local_settings.pyc
2222
fi
2323

24-
echo_color "Checking for Deis dependecnies..."
24+
echo_color "Checking for Deis dependencies..."
2525

2626
# check for Deis' general dependencies
2727
# if ! "$CONTRIB_DIR/check-deis-deps.sh"; then

0 commit comments

Comments
 (0)