diff options
author | md_5 <[email protected]> | 2013-03-07 17:45:12 +1100 |
---|---|---|
committer | md_5 <[email protected]> | 2013-03-07 17:49:54 +1100 |
commit | 3c54fa95be8cea1b521c893148a39d8ca1e07d3c (patch) | |
tree | fa1b6871126b3adac28182ee8aaef7e5aa387ab8 /applyPatches.sh | |
parent | 6a61d27c10e82e16679aa0df0e6b345da15d0f14 (diff) | |
download | Paper-3c54fa95be8cea1b521c893148a39d8ca1e07d3c.tar.gz Paper-3c54fa95be8cea1b521c893148a39d8ca1e07d3c.zip |
Rename generated repo, and only deploy API, not server.
Diffstat (limited to 'applyPatches.sh')
-rwxr-xr-x | applyPatches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applyPatches.sh b/applyPatches.sh index 838d16a80c..70c860b4b9 100755 --- a/applyPatches.sh +++ b/applyPatches.sh @@ -32,4 +32,4 @@ function applyPatch { fi } -applyPatch Bukkit Spigot-API && applyPatch CraftBukkit Spigot +applyPatch Bukkit Spigot-API && applyPatch CraftBukkit Spigot-Server |