Skip to content

Commit

Permalink
Merge pull request #16819 from pahans/rename-jballerina-command
Browse files Browse the repository at this point in the history
Rename jballerina command to ballerina
  • Loading branch information
Pahan Sarathchandra authored Jul 17, 2019
2 parents 9e4d1f5 + 1899101 commit f4af8b6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Constant {
//Name of the script file which start the server
public static final String BALLERINA_SERVER_SCRIPT_NAME = "ballerina";
//Name of the script file which start the jballerina server
public static final String JBALLERINA_SERVER_SCRIPT_NAME = "jballerina";
public static final String JBALLERINA_SERVER_SCRIPT_NAME = "ballerina";
//Name of the file where ballerina server process id is stored
public static final String SERVER_PID_FILE_NAME = "ballerina.pid";
//File extension the the ballerina service file
Expand Down

0 comments on commit f4af8b6

Please # to comment.