fix: correct the config hub URL
This commit is contained in:
parent
beebf28aa4
commit
a9e03324b7
@ -6,7 +6,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#define HUB_URL "https://configs.matterlinux.xyz"
|
#define HUB_URL "https://matterlinux.xyz/hub/"
|
||||||
|
|
||||||
bool url_is_name(char *name) {
|
bool url_is_name(char *name) {
|
||||||
for (char *c = name; *c != '\0'; c++) {
|
for (char *c = name; *c != '\0'; c++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user