about summary refs log tree commit diff stats
path: root/subx/gg
diff options
context:
space:
mode:
Diffstat (limited to 'subx/gg')
-rwxr-xr-xsubx/gg8
1 files changed, 1 insertions, 7 deletions
diff --git a/subx/gg b/subx/gg
index b733a58d..cafc7864 100755
--- a/subx/gg
+++ b/subx/gg
@@ -10,10 +10,4 @@ fi
 arg=( $* )
 target=$arg[${#arg[@]}]
 unset "arg[${#arg[@]}]"
-
-if [[ $target == 'test'* ]]
-then
-  git ${arg[@]} ./teensy/$target
-else
-  git ${arg[@]} ./$target
-fi
+git ${arg[@]} ./$target