Skip to content

Commit 27543e7

Browse files
author
Ruben Daniels
committed
Merge pull request #2617 from ajaxorg/apache_runner_message
suffix has alredy been appended to the URL
2 parents c717570 + 3d85a5c commit 27543e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins-server/cloud9.run.apache/apache-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var Runner = exports.Runner = function(vfs, options, callback) {
7777

7878
if (msg.type === "apache-start") {
7979
var info = [
80-
"Your page is running at '" + url + suffix + "'."
80+
"Your page is running at '" + url + "'."
8181
];
8282

8383
options.eventEmitter.emit(options.eventName, {

0 commit comments

Comments
 (0)