Skip to content

Commit

Permalink
Fixed an issue where the download text was still Jenkins when downloa…
Browse files Browse the repository at this point in the history
…ding GitHub sources
  • Loading branch information
SimplyRin committed Jul 4, 2024
1 parent 4cb5511 commit dc815a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class GitHubModuleSource implements ModuleSource
@Override
public void retrieve(ModuleSpec module, ModuleVersion version)
{
System.out.println( "Attempting to Jenkins download module " + module.getName() + " v" + version.getBuild() );
System.out.println( "Attempting to GitHub download module " + module.getName() + " v" + version.getBuild() );
try
{
// https://github.com/SimplyRin/BungeeCord/releases/download/v1/BungeeCord.jar
Expand Down

0 comments on commit dc815a3

Please sign in to comment.