File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ Install-Module -Name ScriptModuleRepositoryTemplate -Scope CurrentUser
63
63
Step 2: Create the new repository files:
64
64
65
65
``` powershell
66
- New-PowerShellScriptModuleRepository -RepositoryDirectoryPath 'C:\MyModuleName ' -ModuleName 'MyModuleName' -OrganizationName 'My Name'
66
+ New-PowerShellScriptModuleRepository -RepositoryDirectoryPath 'C:\MyRepoName ' -ModuleName 'MyModuleName' -OrganizationName 'My Name'
67
67
```
68
68
69
- The above command will create a new directory at ` C:\MyModuleName ` with the boilerplate files and workflows for publishing your module already set up.
69
+ The above command will create a new directory at ` C:\MyRepoName ` with the boilerplate files and workflows for publishing your module already set up.
70
70
71
71
You can then perform a ` git init ` in that directory and push it to where you want your git repository hosted (e.g. Azure DevOps or GitHub).
72
72
You can’t perform that action at this time.
0 commit comments