Skip to content

Commit f174606

Browse files
committed
Initialize commit
1 parent 7ae8b47 commit f174606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void main(String[] args) throws Exception {
4848
for (String dir : directories) {
4949
File file = new File(dir, arguments);
5050
if (file.exists() && file.isFile() && file.canExecute()) {
51-
System.out.println(arguments + " is " + file.getAbsolutePath());
51+
System.out.println(arguments + " is" + file.getAbsolutePath());
5252
found = true;
5353
break;
5454
}

0 commit comments

Comments
 (0)