Skip to content

Commit 2d199c1

Browse files
saicheemsJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Fix exclude for "script (dev).tmpl" (#492)
1 parent 7fd8a2d commit 2d199c1

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/endpoints-frameworks-v2/echo

1 file changed

+1
-1
lines changed

appengine/standard/endpoints-frameworks-v2/echo/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip_files:
99
- ^(.*/)?.*\.py[co]$
1010
- ^(.*/)?.*/RCS/.*$
1111
- ^(.*/)?\..*$
12-
- ^lib/setuptools/script \(dev\).tmpl$
12+
- ^(.*/)?setuptools/script \(dev\).tmpl$
1313
#[END_EXCLUDE]
1414

1515
handlers:

0 commit comments

Comments
 (0)