Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Fixing issue: BPS-977
Browse files Browse the repository at this point in the history
  • Loading branch information
amalhub committed Aug 23, 2016
1 parent 3b03093 commit c453231
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ public static boolean deleteRegistry(String regPath, String packageName,
setKeyStore(clientTrustStorePath, trustStorePassword, trustStoreType);

try {
File file = new File("." + File.separator);
System.setProperty(CleanupConstants.CARBON_HOME, file.getCanonicalFile().toString());

if (System.getProperty(CleanupConstants.OS_NAME).startsWith(CleanupConstants.WINDOWS)) {
prop.load(new FileInputStream(
Expand Down

0 comments on commit c453231

Please sign in to comment.