summaryrefslogtreecommitdiff
path: root/scripts/run.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run.php')
-rw-r--r--scripts/run.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run.php b/scripts/run.php
index b50bcc7..59af4be 100644
--- a/scripts/run.php
+++ b/scripts/run.php
@@ -6,7 +6,7 @@ use App\Etym;
$baseURL = "http://www.etymonline.com/word/";
$htmlNode = "section[class^='word__defination']";
-$pasteCmd = "pastebinit -b http://p.of.je 2>/dev/null";
+$pasteCmd = "../pastebinit -b http://p.of.je";
$etym = new Etym($baseURL, $htmlNode, $pasteCmd);
$result = $etym->getDefinition();