Skip to content

Commit 7b6926e

Browse files
Update cmd/cli/commands/compose.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent aa101cb commit 7b6926e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/commands/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func newUpCommand() *cobra.Command {
9696
RawRuntimeFlags: rawRuntimeFlags,
9797
}); err != nil {
9898
configErrFmtString := "failed to configure backend for model %s with context-size %d and runtime-flags %s"
99-
_ = sendErrorf(configErrFmtString+": %v", model, rawRuntimeFlags, ctxSize, err)
99+
_ = sendErrorf(configErrFmtString+": %v", model, ctxSize, rawRuntimeFlags, err)
100100
return fmt.Errorf(configErrFmtString+": %w", model, ctxSize, rawRuntimeFlags, err)
101101
}
102102
sendInfo("Successfully configured backend for model " + model)

0 commit comments

Comments
 (0)