Skip to content

Commit a4cf36f

Browse files
committed
do not make default dir final
1 parent e8c9c5c commit a4cf36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ai/nets/samj/install/SamEnvManagerAbstract.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public abstract class SamEnvManagerAbstract {
7777
/**
7878
* Default directory where micromamba is installed and where all the environments are created
7979
*/
80-
final static public String DEFAULT_DIR = new File("appose_"
80+
static public String DEFAULT_DIR = new File("appose_"
8181
+ ((!PlatformDetection.isMacOS() || !PlatformDetection.isUsingRosseta()) ? PlatformDetection.getArch()
8282
: PlatformDetection.ARCH_ARM64 )).getAbsolutePath();
8383

0 commit comments

Comments
 (0)