Skip to content

Commit 7d1abe2

Browse files
committed
fixed typo
1 parent 9c1f3bc commit 7d1abe2

File tree

1 file changed

+1
-1
lines changed
  • packages/orchestrator/cmd/mock-snapshot

1 file changed

+1
-1
lines changed

packages/orchestrator/cmd/mock-snapshot/mock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func mockSnapshot(
239239
return fmt.Errorf("failed to add snapshot to template cache: %w", err)
240240
}
241241

242-
fmt.Println("AddSandbox snapshot to template cache time: ", time.Since(snapshotTime).Milliseconds())
242+
fmt.Println("Add snapshot to template cache time: ", time.Since(snapshotTime).Milliseconds())
243243

244244
start = time.Now()
245245

0 commit comments

Comments
 (0)