Skip to content

Commit b5d06b9

Browse files
authored
[-] fix example code in README.md (#656)
Added missing bracket.
1 parent 04918fd commit b5d06b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SELECT timetable.add_job('reindex-job', '0 0 * * 7', 'reindexdb',
4141

4242
-- passing password using environment variable through bash shell
4343
SELECT timetable.add_job('reindex-job', '0 0 * * 7', 'bash',
44-
'["-c", "PGPASSWORD=5m3R7K4754p4m reindexdb -U postgres -h 192.168.0.221 -v'::jsonb,
44+
'["-c", "PGPASSWORD=5m3R7K4754p4m reindexdb -U postgres -h 192.168.0.221 -v"]'::jsonb,
4545
'PROGRAM');
4646
```
4747
## Documentation

0 commit comments

Comments
 (0)