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