Skip to content

Commit 71fa9ba

Browse files
committed
Fixed api url
1 parent a150048 commit 71fa9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func main() {
3030
outputDir = flag.String("o", "./", "Sets location for output files")
3131
flag.Parse()
3232

33-
ApiUrl = "https://addons-ecs.forgesvc.net/api/v2"
33+
ApiUrl = "https://addons-ecs.forgesvc.net/api/v2/"
3434

3535
BuildConfig = readBuildJson(*buildConfig)
3636
if BuildConfig.PackAuthor == "" {

0 commit comments

Comments
 (0)