We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c26155 commit 7eb0df6Copy full SHA for 7eb0df6
1 file changed
src/main/java/org/apposed/appose/util/Environments.java
@@ -93,7 +93,7 @@ public static List<String> systemPath() {
93
public static String apposeEnvsDir() {
94
String envsDir = System.getProperty("appose.envs-dir");
95
if (envsDir != null) return envsDir;
96
- envsDir = System.getenv("APPOSE_ENVSDIR");
+ envsDir = System.getenv("APPOSE_ENVS_DIR");
97
98
String userHome = System.getProperty("user.home");
99
return Paths.get(userHome, ".local", "share", "appose").toString();
0 commit comments