Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit068b594

Browse files
committed
change log message
1 parentf4afd17 commit068b594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎cli/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
396396
iferr:=os.MkdirAll(r.globalConfig,0o700);err!=nil {
397397
returnxerrors.Errorf("create ephemeral deployment directory: %w",err)
398398
}
399-
cliui.Infof(inv.Stdout,"Using an ephemeral deployment (%s)",r.globalConfig)
399+
cliui.Infof(inv.Stdout,"Using an ephemeral deploymentdirectory(%s)",r.globalConfig)
400400
deferfunc() {
401401
cliui.Infof(inv.Stdout,"Removing ephemeral deployment directory...")
402402
iferr:=os.RemoveAll(r.globalConfig);err!=nil {

‎cli/server_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ func TestServer(t *testing.T) {
198198
gofunc() {
199199
errCh<-inv.WithContext(ctx).Run()
200200
}()
201-
pty.ExpectMatch("Using an ephemeral deployment")
201+
pty.ExpectMatch("Using an ephemeral deployment directory")
202202
rootDirLine:=pty.ReadLine(ctx)
203-
rootDir:=strings.TrimPrefix(rootDirLine,"Using an ephemeral deployment")
203+
rootDir:=strings.TrimPrefix(rootDirLine,"Using an ephemeral deployment directory")
204204
rootDir=strings.TrimSpace(rootDir)
205205
rootDir=strings.TrimPrefix(rootDir,"(")
206206
rootDir=strings.TrimSuffix(rootDir,")")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp