Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 74c0dbd

Browse files
committed
Change help text to match new command name
1 parent 87f05b6 commit 74c0dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sailAvailable().then(() => {
2424
sailStatus.classList.add("error");
2525
let message = "Failed to connect to Sail.";
2626
if (has("not found") || has("forbidden")) {
27-
message = "After installing Sail, run <code>sail install-for-chrome-ext</code>.";
27+
message = "After installing Sail, run <code>sail install-ext-host</code>.";
2828
}
2929
sailAvailableStatus.innerHTML = message;
3030

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"go.coder.com/cli"
1212
)
1313

14-
// A dedication to Nhooyr Software.
14+
// Dedicated to nhooyr_software.
1515
var _ interface {
1616
cli.Command
1717
cli.FlaggedCommand

0 commit comments

Comments
 (0)