From 2e4959e0481458151a3769d9db8ee3e10208d747 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Thu, 22 Feb 2024 05:53:09 +0100 Subject: [PATCH] Fix typo --- arkdep-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep-build b/arkdep-build index 2636c7e..fcaff8c 100755 --- a/arkdep-build +++ b/arkdep-build @@ -133,7 +133,7 @@ if [[ $type == 'archlinux' ]]; then # Run post-bootstrap script if exists if [[ -f $configs_dir/$variant/scripts/post-bootstrap.sh ]]; then - printf '\e[1;34m-->\e[0m\e[1m Running post-boostrap script\e[0m\n' + printf '\e[1;34m-->\e[0m\e[1m Running post-bootstrap script\e[0m\n' source $configs_dir/$variant/scripts/post-bootstrap.sh fi