Skip to content

Commit 776f642

Browse files
committed
fixup
1 parent 40f5bad commit 776f642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

currentversionfetcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void ComponentVersionFetcher(QJsonObject jsonObject, QString componentSlug, QStr
7777
}
7878
}
7979

80-
*componentUrl = componentMirror + "/" + componentPath;
80+
*componentUrl = componentMirror + componentPath;
8181
if (*componentUrl == "/") {
8282
*componentUrl = "";
8383
}

0 commit comments

Comments
 (0)