Skip to content

Commit aec2221

Browse files
authored
Merge pull request MicrosoftDocs#195 from MicrosoftDocs/msprod_metadata_30-01-2023
Rectified commit command
2 parents 5acf40d + 4739dce commit aec2221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/MsProdUpdate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Start-Generator {
3131
#Set-Location "../"
3232
git config --global user.email "[email protected]"
3333
git config --global user.name "Timothy Wamalwa"
34-
git add $FilePath
34+
git add .
3535
git commit -m "Updated metadata parameters"
3636
}
3737
function Get-FilesByProfile {

0 commit comments

Comments
 (0)