Skip to content

Commit

Permalink
Remove dot at the end of URL for users to navigate easily (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Summer authored Aug 16, 2018
1 parent 9ab3b07 commit 01e1451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class DeployMojo extends AbstractFunctionMojo {
public static final String DEPLOY_START = "Trying to deploy the function app...";
public static final String DEPLOY_FINISH =
"Successfully deployed the function app at https://%s.azurewebsites.net.";
"Successfully deployed the function app at https://%s.azurewebsites.net";
public static final String FUNCTION_APP_CREATE_START = "The specified function app does not exist. " +
"Creating a new function app...";
public static final String FUNCTION_APP_CREATED = "Successfully created the function app: %s";
Expand Down

0 comments on commit 01e1451

Please sign in to comment.