Skip to content

Commit 34c11c7

Browse files
committed
Change icode default path
1 parent b39d3d0 commit 34c11c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/cnes/sonar/plugins/icode/settings/ICodePluginProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ICodePluginProperties {
3232
/**
3333
* i-Code CNES default location's path value.
3434
*/
35-
public static final String ICODE_PATH_DEFAULT = "${HOME}/icode-cnes/icode.exe";
35+
public static final String ICODE_PATH_DEFAULT = "/usr/bin/icodegit";
3636

3737
/**
3838
* Prefix used by all properties of this plugin.

0 commit comments

Comments
 (0)