penguin/utils

my env utils

commit 775950f5af88f9032325472e423807626ae8cd39

author斟酌 鵬兄 <tgckpg@gmail.com>
date2017-09-22T02:43:15Z
subjecttypo
commit 775950f5af88f9032325472e423807626ae8cd39
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2017-09-22T02:43:15Z

    typo
---
 bash/bashrc/sources/40_go-command | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/bashrc/sources/40_go-command b/bash/bashrc/sources/40_go-command
index 540635f..9137dc9 100755
--- a/bash/bashrc/sources/40_go-command
+++ b/bash/bashrc/sources/40_go-command
@@ -60,7 +60,7 @@ function go() {
     for ((i = 0; i < ${#LOCS[@]}; i++))
     do
         LOC=${LOCS[i]}
-        LOCATION=$(ls -d "$UDEV/$SITE/$LOC/*$ARGS3*/" 2> /dev/null )
+        LOCATION=$(ls -d "$UDEV/$SITE/$LOC/*$ARG3*/" 2> /dev/null )
         if [[ -n "$LOCATION" ]]; then
             LOCATION="$LOC/$LOCATION"
             break