Skip to content

Commit

Permalink
changed github raw locations (-sigh- again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtompkins committed Jun 27, 2012
1 parent 5fc0332 commit fb8f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbcmd_update.php
Expand Up @@ -555,7 +555,7 @@ function DeleteFileOrDirectory($dir) { # snagged from http://ca3.php.net/rmdir
function GetGithub($filename, $save = true) {
global $branch;
global $installLibDir;
$fileSrc = "https://github.com/dtompkins/fbcmd/raw/{$branch}/{$filename}";
$fileSrc = "https://raw.github.com/dtompkins/fbcmd/{$branch}/{$filename}";
$fileDest = "{$installLibDir}{$filename}";
$fileContents = @file_get_contents($fileSrc);
if ($fileContents) {
Expand Down

0 comments on commit fb8f6a3

Please sign in to comment.