We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0b6e7 commit e897933Copy full SHA for e897933
.github/workflows/ci-lazypg.yml
@@ -113,7 +113,7 @@ jobs:
113
pgch = join(ask_pg_config('includedir-server'), b'pg_config.h')
114
115
with open(pgch, 'r') as f:
116
- line = [ln for ln in f if l.startswith('#define PG_VERSION_STR ')][0]
+ line = [ln for ln in f if ln.startswith('#define PG_VERSION_STR ')][0]
117
118
vers = sub(r'#define PG_VERSION_STR "(.*)"\n', r'\1', line)
119
0 commit comments