We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d0909 commit ce88182Copy full SHA for ce88182
git-open
@@ -259,7 +259,7 @@ elif [[ $remote_ref != "master" || "$file" ]]; then
259
fi
260
261
if [ "$file" ]; then
262
- absfile=$(git ls-tree --full-name --name-only $branch $file)
+ absfile=$(git ls-tree --full-name --name-only "$branch" "$file")
263
if [[ -z "$absfile" ]]; then
264
echo "File $file is not in repository" 1>&2
265
exit 1
0 commit comments