Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Fixed some print formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Jul 17, 2021
1 parent d7c864c commit 43fbb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func main() {

repackager.RequiresH3VRUtilities = askBooleanQuestion("Do you require H3VRUtilities?")

fmt.Println()
fmt.Println("Writing Thunderstore metadata files")
tsm := btmd.CreateThunderstoreManifestObject(webUrl, repackager)
tsm.WriteMetadataToFolder(repackager.BuildDir, btmd)
Expand Down

0 comments on commit 43fbb4a

Please sign in to comment.