Skip to content

Commit e9d547e

Browse files
committed
minor correction - oracle sid
1 parent bbb6eda commit e9d547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPJasper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function process(string $input, string $output, array $options = [])
129129
'jdbc_driver' => '--db-driver',
130130
'jdbc_url' => '--db-url',
131131
'jdbc_dir' => '--jdbc-dir',
132-
'db_sid' => '-db-sid',
132+
'db_sid' => '--db-sid',
133133
'xml_xpath' => '--xml-xpath',
134134
'data_file' => '--data-file',
135135
'json_query' => '--json-query'

0 commit comments

Comments
 (0)