Skip to content

Commit

Permalink
Fixes a typo in vagrant_up
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Sep 25, 2024
1 parent bf640a0 commit 2e2c436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/homebin/vagrant_up
Original file line number Diff line number Diff line change
Expand 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
Expand Down

0 comments on commit 2e2c436

Please sign in to comment.