Skip to content

Commit

Permalink
[-] fix example code in README.md (#656)
Browse files Browse the repository at this point in the history
Added missing bracket.
  • Loading branch information
dincosman authored Aug 5, 2024
1 parent 04918fd commit b5d06b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SELECT timetable.add_job('reindex-job', '0 0 * * 7', 'reindexdb',

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

0 comments on commit b5d06b9

Please sign in to comment.