Skip to content

Commit d452761

Browse files
committed
updated paths.sh
1 parent 85a28fe commit d452761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bash.d/paths.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ fi
201201
add_PATH "$github/bash-tools"
202202
while read -r x; do
203203
add_PATH "$x"
204-
done < <(find "$github/bash-tools" -maxdepth 1 -type d)
204+
done < <(find "$bash_tools" -maxdepth 1 -type d)
205205
add_PATH "$github/go-tools"
206206
add_PATH "$github/go"
207207
add_PATH "$github/go-tools/bin"

0 commit comments

Comments
 (0)