Skip to content

Commit 843f6c8

Browse files
Change confusing archive target name
1 parent e73a74a commit 843f6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/oracle/weblogic/deploy/util/WLSDeployArchive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ public void extractDomainBinScript(String archivePath, File extractToLocation) t
771771
validateNonEmptyString(archivePath, "archivePath", METHOD);
772772
validateExistingDirectory(extractToLocation, "extractToLocation", getArchiveFileName(), METHOD);
773773

774-
extractFileFromZip(archivePath, ARCHIVE_DOMBIN_TARGET_DIR, "", extractToLocation);
774+
extractFileFromZip(archivePath, ARCHIVE_DOM_BIN_TARGET_DIR, "", extractToLocation);
775775
LOGGER.exiting(CLASS, METHOD);
776776
}
777777
/**

0 commit comments

Comments
 (0)