From 69b3f12259301b1d46f3fcfbb36070d6ff4a77ea Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 10 Dec 2015 21:25:33 +0100 Subject: [PATCH] Fixed typo --- satellites/functions/vcs/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satellites/functions/vcs/git.sh b/satellites/functions/vcs/git.sh index b4b7249..b5b82a4 100644 --- a/satellites/functions/vcs/git.sh +++ b/satellites/functions/vcs/git.sh @@ -22,5 +22,5 @@ vcs_git() { version="$(git rev-list HEAD --count)_$(git rev-parse --short HEAD)" cd "$OLDPWD" - getfile "$_func_dir" + getfile "$_func_reponame" }