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 32ca26c commit 2fd1814Copy full SHA for 2fd1814
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 = "/usr/bin/icodegit";
+ public static final String ICODE_PATH_DEFAULT = "/usr/bin/icode";
36
37
38
* Prefix used by all properties of this plugin.
0 commit comments