We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd320e commit 7f09174Copy full SHA for 7f09174
1 file changed
generate/reference.php
@@ -40,7 +40,7 @@ function out($output) {
40
$soundRepoPath = "{$path}../processing-sound";
41
//$shell_output = shell_exec("cd $soundRepoPath && /usr/bin/git pull https://github.com/processing/processing-sound/ 2>&1");
42
// clone new processing-sound library from work-in-progress repository instead
43
-$shell_output = shell_exec("rm -rf $soundRepoPath && mkdir $soundRepoPath && cd $soundRepoPath && /usr/bin/git clone https://github.com/kevinstadler/processing-sound.git . 2>&1");
+$shell_output = shell_exec("rm -rf $soundRepoPath && mkdir $soundRepoPath && cd $soundRepoPath && /usr/bin/git clone https://github.com/processing/processing-sound.git . 2>&1");
44
45
out($shell_output);
46
out("---------------");
0 commit comments