Skip to content

Commit

Permalink
bug: 在工作台删除某个插件后,无法重复创建同名插件 TencentBlueKing#1334
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Aug 31, 2020
1 parent fece732 commit 2711a30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -243,7 +243,7 @@ class JFrogArchiveFileServiceImpl : ArchiveFileService, ArchiveFileServiceImpl()
}

override fun deleteFile(filePath: String): Result<Boolean> {
jFrogService.delete(filePath)
jFrogService.delete("${getBasePath()}$filePath")
return Result(true)
}

Expand Down

0 comments on commit 2711a30

Please sign in to comment.