Skip to content

Commit 4515432

Browse files
committed
Fix typo on Ubuntu upstream
[GitHub #121]
1 parent 43395aa commit 4515432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recipe/os/APT/Ubuntu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static SourceProvider_t UpstreamUbuntu =
2121
*/
2222
static Source_t os_ubuntu_sources[] =
2323
{
24-
{&UpstreamProvider, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
24+
{&UpstreamUbuntu, "http://archive.ubuntu.com/ubuntu/"}, //不支持https
2525
{&MirrorZ, "https://mirrors.cernet.edu.cn/ubuntu/"},
2626
{&Ali, "https://mirrors.aliyun.com/ubuntu"},
2727
{&Volcengine, "https://mirrors.volces.com/ubuntu"},

0 commit comments

Comments
 (0)