Skip to content

Commit 750f8a4

Browse files
author
Kapil Borle
committed
Add repository parameter to save module
1 parent 9b02e80 commit 750f8a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Engine/Generic/ModuleDependencyHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ public void SaveModule(string moduleName)
345345
ps.AddCommand("Save-Module")
346346
.AddParameter("Path", tempModulePath)
347347
.AddParameter("Name", moduleName)
348+
.AddParameter("Repository", moduleRepository)
348349
.AddParameter("Force");
349350
ps.Invoke();
350351
}

0 commit comments

Comments
 (0)