Skip to content

Commit ca24019

Browse files
committed
Rectified date issues
1 parent ee7af41 commit ca24019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/FileCopy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function Copy-Files{
9595

9696
Set-Location microsoftgraph-docs-powershell
9797
$date = Get-Date -Format "dd-MM-yyyy"
98-
$proposedBranch = "weekly_v2_docs_update_"+$date
98+
$proposedBranch = "weekly_v2_docs_update_$date"
9999
$exists = git branch -l $proposedBranch
100100
if ([string]::IsNullOrEmpty($exists)) {
101101
git checkout -b $proposedBranch

0 commit comments

Comments
 (0)