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

Commit

Permalink
#279 Fixing typo in for lsqt directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jun 7, 2018
1 parent f7883fe commit cbff945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/marklogic/appdeployer/ConfigDir.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public File getTemporalCollectionsDir() {
}

public File getTemporalCollectionsLsqtDir() {
return new File(getTemporalCollectionsDir(), "lqst");
return new File(getTemporalCollectionsDir(), "lsqt");
}

public File getTasksDir() {
Expand Down

0 comments on commit cbff945

Please sign in to comment.