mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
travis-apidoc.sh: fix diff -I pattern for h2
`diff -I` appears to match the parentheses as-is. It should not have been triggered for https://travis-ci.org/awesomeWM/awesome/jobs/87792709#L3334.
This commit is contained in:
parent
48a57055dc
commit
b655b74cb9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ git checkout -b merged-update
|
|||
|
||||
# Create a patch without irrelevant changes (version / timestamp).
|
||||
diff -Nur . ../doc -I "Last updated" -I "<strong>Release</strong>:" \
|
||||
-I "<h2>API documentation for awesome, a highly configurable X window manager \(version .*\)\.</h2>" \
|
||||
-I "<h2>API documentation for awesome, a highly configurable X window manager (version .*)\.</h2>" \
|
||||
-x .git | patch -p1
|
||||
|
||||
git add --all .
|
||||
|
|
Loading…
Reference in a new issue