From 749cc8c0f702286fbc95c0e9d197e70c227976b3 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Wed, 10 Jan 2024 10:56:16 +0100 Subject: [PATCH] fixed typos --- home/bin/deboco | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/bin/deboco b/home/bin/deboco index b53cf8b..20912b3 100755 --- a/home/bin/deboco +++ b/home/bin/deboco @@ -496,10 +496,10 @@ deboco_print_usage() echo " updates the machine using the debops controller in " echo echo " configure_machine " - echo " configures the machine using the debops controller in ". Equivivalent to a init_machine followed by update_machine + echo " configures the machine using the debops controller in ". Equivalent to a init_machine followed by update_machine echo echo "example:" - echo " deboco --python-path /usr/bin/python3.10 init ~/work/debops/constrollers/alambix" + echo " deboco --python-path /usr/bin/python3.10 init ~/work/debops/controllers/alambix" } deboco()