mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 02:25:53 +01:00 
			
		
		
		
	handle pending plugin installations
This commit is contained in:
		| @@ -33,7 +33,7 @@ class PluginInstaller { | ||||
|       Files.copy(input, file); | ||||
|  | ||||
|       verifyChecksum(plugin, input.hash(), file); | ||||
|       return new PendingPluginInstallation(plugin, file); | ||||
|       return new PendingPluginInstallation(plugin.install(), file); | ||||
|     } catch (IOException ex) { | ||||
|       cleanup(file); | ||||
|       throw new PluginDownloadException("failed to download plugin", ex); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user