Skip to content

Commit

Permalink
to modify the suffix of the shell script to .sh
Browse files Browse the repository at this point in the history
closes #291
  • Loading branch information
peacewong committed Feb 11, 2020
1 parent d6571fd commit f1a7fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static String getOpenFileTypeByFileName(String path) throws WorkSpaceExce
|| path.endsWith(".py")
|| path.endsWith(".mlsql")
|| path.endsWith(".jdbc")
|| path.endsWith(".shell")
|| path.endsWith(".sh")
) {
return "script";
} else if (path.endsWith(".dolphin")) {
Expand Down

0 comments on commit f1a7fcb

Please sign in to comment.