Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Apr 6, 2023
1 parent de66921 commit a2c1712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local Packages = place.ReplicatedStorage.Packages
Packages.Knit.Packages:Destroy()

print("Writing Knit module to model file...")
remodel.writeModelFile(Packages, "Knit.rbxm")
remodel.writeModelFile("Knit.rbxm", Packages)
print("Knit model written")

print("Publishing Knit module to Roblox...")
Expand Down

0 comments on commit a2c1712

Please sign in to comment.