Skip to content

Commit 7f09174

Browse files
committed
Revert to the previous processing-sound for the time being
1 parent 8cd320e commit 7f09174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/reference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function out($output) {
4040
$soundRepoPath = "{$path}../processing-sound";
4141
//$shell_output = shell_exec("cd $soundRepoPath && /usr/bin/git pull https://github.com/processing/processing-sound/ 2>&1");
4242
// 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");
43+
$shell_output = shell_exec("rm -rf $soundRepoPath && mkdir $soundRepoPath && cd $soundRepoPath && /usr/bin/git clone https://github.com/processing/processing-sound.git . 2>&1");
4444

4545
out($shell_output);
4646
out("---------------");

0 commit comments

Comments
 (0)