Skip to content

Commit

Permalink
typo in option syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
neumarcx committed Feb 27, 2020
1 parent bf5c35e commit 3f8ffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/konallc/tools/RDFObfuscator.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static void main(String[] args) {
targetFilename = "";
}

if(argsMap.containsKey("synatx")) {
if(argsMap.containsKey("syntax")) {
fileSynatx = argsMap.get("syntax");
}else {
fileSynatx = "TTL";
Expand Down

0 comments on commit 3f8ffc9

Please sign in to comment.