From 2e2c436ece78afffea64770488a11a0f90119834 Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Wed, 25 Sep 2024 18:43:53 +0100 Subject: [PATCH] Fixes a typo in vagrant_up --- config/homebin/vagrant_up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/homebin/vagrant_up b/config/homebin/vagrant_up index ca1527ec4..3056d9d23 100755 --- a/config/homebin/vagrant_up +++ b/config/homebin/vagrant_up @@ -57,7 +57,7 @@ if [ ! -f /.dockerenv ]; then if [ -x "$(command -v ntpdate)" ]; then vvv_info " * Syncing clocks" if sudo ntpdate -u ntp.ubuntu.com; then - vvv_succss " * clocks synced" + vvv_success " * clocks synced" else vvv_warn " - clock synchronisation failed" fi