Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit cbff945

Browse files
committed
#279 Fixing typo in for lsqt directory
1 parent f7883fe commit cbff945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/appdeployer/ConfigDir.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public File getTemporalCollectionsDir() {
189189
}
190190

191191
public File getTemporalCollectionsLsqtDir() {
192-
return new File(getTemporalCollectionsDir(), "lqst");
192+
return new File(getTemporalCollectionsDir(), "lsqt");
193193
}
194194

195195
public File getTasksDir() {

0 commit comments

Comments
 (0)