Skip to content
Snippets Groups Projects
Commit 8f93142b authored by Jens Drenhaus's avatar Jens Drenhaus
Browse files

fix copy pasta

parent 03507ebd
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ func ospkgFiles(cfg *host.Config) (descriptor, archive string) {
}
if cfg.Auth != nil {
identity = *cfg.Auth
auth = *cfg.Auth
}
str := substituteIDandAUTH(osPkgPtr, identity, auth)
......@@ -458,7 +458,7 @@ func ospkgURLs(cfg *host.Config) []url.URL {
}
if cfg.Auth != nil {
identity = *cfg.Auth
auth = *cfg.Auth
}
str := substituteIDandAUTH(osPkgPtr, identity, auth)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment