Skip to content

Commit

Permalink
optscan: fix doc path
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Feb 14, 2016
1 parent a8ca187 commit 3ac6df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/optscan.sh
Expand Up @@ -3,7 +3,7 @@
# Check if all options in main.c are defined in sample ini and docs

sources="src/main.c"
targets="doc/config.txt etc/pgbouncer.ini"
targets="doc/config.rst etc/pgbouncer.ini"

for opt in `grep CF_ABS "$sources" | sed -r 's/^[^"]*"([^"]*)".*/\1/'`; do
for conf in $targets; do
Expand Down

0 comments on commit 3ac6df0

Please sign in to comment.