Skip to content

Commit 2fd1814

Browse files
Fix typo
1 parent 32ca26c commit 2fd1814

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 = "/usr/bin/icodegit";
35+
public static final String ICODE_PATH_DEFAULT = "/usr/bin/icode";
3636

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

0 commit comments

Comments
 (0)