mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
removed UUOC
This commit is contained in:
parent
4e1984062d
commit
9d2c90296f
1 changed files with 1 additions and 1 deletions
2
shell/go
2
shell/go
|
|
@ -11,7 +11,7 @@ _within-go-project() {
|
||||||
echo "$check_dir/.gopath"
|
echo "$check_dir/.gopath"
|
||||||
return
|
return
|
||||||
elif [[ -f "$check_dir/.gopath" ]]; then
|
elif [[ -f "$check_dir/.gopath" ]]; then
|
||||||
local gopath="$(cat "$check_dir/.gopath")"
|
local gopath="$(<"$check_dir/.gopath")"
|
||||||
if [[ -z "$gopath" ]]; then
|
if [[ -z "$gopath" ]]; then
|
||||||
echo "$check_dir"
|
echo "$check_dir"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue