summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/git-landed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-landed b/bin/git-landed
index 78c0e8d..420d6ac 100755
--- a/bin/git-landed
+++ b/bin/git-landed
@@ -18,5 +18,5 @@ done
there="${revs[0]:?need a commitish}"
here="${revs[1]:-HEAD}"
-git log "$here" ^"$there" --ancestry-path --merges --reverse -z "$flags" \
+git log "$here" ^"$there" --ancestry-path --merges --reverse -z "${flags[@]}" \
| head -z -n 1