Fix a syntax error introduced in bf654dd
This commit is contained in:
parent
d9f2b36a34
commit
a952a60362
|
@ -102,7 +102,7 @@ function _git-action {
|
||||||
done
|
done
|
||||||
|
|
||||||
for action_dir in \
|
for action_dir in \
|
||||||
"${git_dir}/rebase-merge"
|
"${git_dir}/rebase-merge" \
|
||||||
"${git_dir}/.dotest-merge"
|
"${git_dir}/.dotest-merge"
|
||||||
do
|
do
|
||||||
if [[ -d "$action_dir" ]]; then
|
if [[ -d "$action_dir" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue