Skip to content

Commit

Permalink
download from official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jun 24, 2016
1 parent 35cad79 commit 400b2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax.php
Expand Up @@ -353,7 +353,7 @@ protected function getLocalBinary() {

if(file_exists($cache)) return $cache;

$url = 'https://github.com/splitbrain/dokuwiki-plugin-ditaa/raw/bins/' . $bin;
$url = 'https://github.com/akavel/ditaa/releases/download/g1.0.0/' . $bin;
if(io_download($url, $cache, false, '', 0)) {
@chmod($cache, $conf['dmode']);
return $cache;
Expand Down

0 comments on commit 400b2bf

Please sign in to comment.