From cf67933256a99fbf26337c1924d7ecc942bf91c0 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 25 Apr 2022 15:20:58 +0200 Subject: Fixing typos created by renaming bootstrap to init --- lib/subcommands/init.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/subcommands/init.bash b/lib/subcommands/init.bash index 9194076..c5625f2 100644 --- a/lib/subcommands/init.bash +++ b/lib/subcommands/init.bash @@ -10,7 +10,7 @@ subcommand() if [[ -z "$remote" ]] then - info "init" "No remote given, initping from scratch" + info "init" "No remote given, initializing from scratch" init_local return fi -- cgit v1.1