Skip to content

Commit e897933

Browse files
committed
That was just sloppy
1 parent 9b0b6e7 commit e897933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lazypg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
pgch = join(ask_pg_config('includedir-server'), b'pg_config.h')
114114
115115
with open(pgch, 'r') as f:
116-
line = [ln for ln in f if l.startswith('#define PG_VERSION_STR ')][0]
116+
line = [ln for ln in f if ln.startswith('#define PG_VERSION_STR ')][0]
117117
118118
vers = sub(r'#define PG_VERSION_STR "(.*)"\n', r'\1', line)
119119

0 commit comments

Comments
 (0)