diff options
Diffstat (limited to '')
-rw-r--r-- | t/chainlint/for-loop-abbreviated.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/for-loop-abbreviated.expect b/t/chainlint/for-loop-abbreviated.expect index a21007a..02c0d15 100644 --- a/t/chainlint/for-loop-abbreviated.expect +++ b/t/chainlint/for-loop-abbreviated.expect @@ -1,5 +1,5 @@ for it do - path=$(expr "$it" : ( [^:]*) ) && + path=$(expr "$it" : ([^:]*)) && git update-index --add "$path" || exit done |