From 177074df07a59c2c60476581baede662bfb18ac0 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 29 Jul 2015 10:32:05 +0200 Subject: Another typo --- g.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g.sh b/g.sh index 37eb077..85498e0 100644 --- a/g.sh +++ b/g.sh @@ -157,7 +157,7 @@ g() { else # Expand the shortcut and append the remaining parts of the path. path[0]="${__g_shortcuts[$init]}" - cd $(__g_join ${path[@]}) + cd $(__g_join_path ${path[@]}) fi ;; esac -- cgit v1.2.3