Skip to content

Commit 3d85a5c

Browse files
author
Fabian Jakobs
committed
suffix has alredy been appended to the URL
1 parent c717570 commit 3d85a5c

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)