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

Commit262c9f2

Browse files
fix: apply go fmt to executor.go
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
1 parent1ef78b6 commit262c9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎provisioner/terraform/executor.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,15 @@ func (e *executor) init(ctx, killCtx context.Context, logr logSink) error {
257257
"This may indicate that provider hashes are missing for your target architecture. "+
258258
"Consider regenerating the lock file on the same OS/architecture as your Coder instance "+
259259
"to improve provisioning performance and avoid unnecessary provider downloads."
260-
260+
261261
// Write warning to both debug and error streams to ensure visibility
262262
ifoutWriter!=nil {
263263
_,_=outWriter.Write([]byte(warningMsg+"\n"))
264264
}
265265
iferrWriter!=nil {
266266
_,_=errWriter.Write([]byte(warningMsg+"\n"))
267267
}
268-
268+
269269
e.logger.Warn(ctx,"terraform lock file modified during init",
270270
slog.F("lock_file_path",lockFilePath),
271271
slog.F("pre_init_checksum",preInitChecksum),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp