aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/subcommands/init.bash2
1 files changed, 1 insertions, 1 deletions
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