Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
780762f9
Unverified
Commit
780762f9
authored
Nov 06, 2025
by
breatn
Committed by
GitHub
Nov 06, 2025
Browse files
server: fix duplicate 'is' typo in comment (#12985)
parent
30fcc719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/download.go
server/download.go
+1
-1
No files found.
server/download.go
View file @
780762f9
...
...
@@ -465,7 +465,7 @@ type downloadOpts struct {
// downloadBlob downloads a blob from the registry and stores it in the blobs directory
func
downloadBlob
(
ctx
context
.
Context
,
opts
downloadOpts
)
(
cacheHit
bool
,
_
error
)
{
if
opts
.
digest
==
""
{
return
false
,
fmt
.
Errorf
((
"%s: %s"
),
opts
.
mp
.
GetNamespaceRepository
(),
"digest is
is
empty"
)
return
false
,
fmt
.
Errorf
((
"%s: %s"
),
opts
.
mp
.
GetNamespaceRepository
(),
"digest is empty"
)
}
fp
,
err
:=
GetBlobsPath
(
opts
.
digest
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment