mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 12:59:25 +00:00
Fix a syntax error introduced in bf654dd
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user