We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f913156 commit b033e4bCopy full SHA for b033e4b
1 file changed
src/Service/Impl/AppStoreServiceImpl.php
@@ -94,7 +94,7 @@ public function getOtherApp(string $username): array
94
*/
95
public function download(string $space, string $identifier, string $version): bool
96
{
97
- $localPluginPath = Plugin::PLUGIN_PATH . DIRECTORY_SEPARATOR . $space . DIRECTORY_SEPARATOR . $identifier;
+ $localPluginPath = Plugin::PLUGIN_PATH . DIRECTORY_SEPARATOR . $identifier;
98
if (file_exists($localPluginPath)) {
99
throw new \RuntimeException(sprintf('The plugin %s already exists', $identifier));
100
}
0 commit comments