Skip to content

Commit

Permalink
Merge thehyve/master into transmart/london_hackaton
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Aug 13, 2014
2 parents 30554f5 + 2fc5276 commit 70a6c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/postgres/gen_kettle_properties.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php require __DIR__ . '/../../lib/php/env_helper.inc.php'
<?php require __DIR__ . '/../../lib/php/env_helper.inc.php';
function get($key, $default) {
return isset($_ENV[$key]) ? $_ENV[$key] : $default;
}
Expand Down

0 comments on commit 70a6c06

Please sign in to comment.