diff --git a/Administrating-wildduck-via-command-line.md b/Administrating-wildduck-via-command-line.md index ad64ed7..32082bb 100644 --- a/Administrating-wildduck-via-command-line.md +++ b/Administrating-wildduck-via-command-line.md @@ -46,7 +46,7 @@ Paste this at the end of `~/.bashrc` file: # include .wildduck.commands if it exists if [ -f $HOME/.wildduck.commands ]; then . $HOME/.wildduck.commands - echo ".wildduck.commands file has been sourced + echo ".wildduck.commands file has been sourced" fi ```