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
6363Step 2: Create the new repository files:
6464
6565``` powershell
66- New-PowerShellScriptModuleRepository -RepositoryDirectoryPath 'C:\MyModuleName ' -ModuleName 'MyModuleName' -OrganizationName 'My Name'
66+ New-PowerShellScriptModuleRepository -RepositoryDirectoryPath 'C:\MyRepoName ' -ModuleName 'MyModuleName' -OrganizationName 'My Name'
6767```
6868
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.
7070
7171You 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).
7272
You can’t perform that action at this time.
0 commit comments