We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7af41 commit ca24019Copy full SHA for ca24019
scripts/FileCopy.ps1
@@ -95,7 +95,7 @@ function Copy-Files{
95
96
Set-Location microsoftgraph-docs-powershell
97
$date = Get-Date -Format "dd-MM-yyyy"
98
-$proposedBranch = "weekly_v2_docs_update_"+$date
+$proposedBranch = "weekly_v2_docs_update_$date"
99
$exists = git branch -l $proposedBranch
100
if ([string]::IsNullOrEmpty($exists)) {
101
git checkout -b $proposedBranch
0 commit comments