We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39d3d0 commit 34c11c7Copy full SHA for 34c11c7
src/main/java/fr/cnes/sonar/plugins/icode/settings/ICodePluginProperties.java
@@ -32,7 +32,7 @@ public class ICodePluginProperties {
32
/**
33
* i-Code CNES default location's path value.
34
*/
35
- public static final String ICODE_PATH_DEFAULT = "${HOME}/icode-cnes/icode.exe";
+ public static final String ICODE_PATH_DEFAULT = "/usr/bin/icodegit";
36
37
38
* Prefix used by all properties of this plugin.
0 commit comments