From deda2254f33c31541296de688c2caeb49ab6ba9d Mon Sep 17 00:00:00 2001 From: Jake Scott Date: Sun, 22 Nov 2020 11:51:27 -0800 Subject: shellcheck pass all functions --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 5d30974..f384f3e 100755 --- a/init +++ b/init @@ -22,5 +22,5 @@ if [ -d "$new_repo" ]; then fi mkdir "$base_dir/$new_repo" -git init --bare "$base_dir/$new_repo" 2>&1>/dev/null \ +git init --bare "$base_dir/$new_repo" >/dev/null 2>&1\ && echo "Initialized empty Git repository: git@$(uname -n):$new_repo" -- cgit v1.2.3