Fix shellcheck warning.

Comply with https://github.com/koalaman/shellcheck/wiki/SC1117
This commit is contained in:
Lazarus Lazaridis 2018-03-08 16:10:37 +02:00 committed by GitHub
parent ff75b024b4
commit 21da83518f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ function _goto_find_alias_directory()
{ {
local resolved local resolved
resolved=$(sed -n "s/^$1 \(.*\)/\1/p" ~/.goto 2>/dev/null) resolved=$(sed -n "s/^$1 \\(.*\\)/\\1/p" ~/.goto 2>/dev/null)
echo "$resolved" echo "$resolved"
} }