summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorJake Scott <scottj@sou.edu>2020-11-22 11:51:27 -0800
committerJake Scott <scottj@sou.edu>2020-11-22 11:51:27 -0800
commitdeda2254f33c31541296de688c2caeb49ab6ba9d (patch)
treeaaf209983e9259447bd39c65dde892fd5fff3de9 /init
parentc34d0281bd6903a42a44e1e4504a204e3b7ee01f (diff)
shellcheck pass all functions
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
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"