diff --git a/make.ps1 b/make.ps1 index 517d760..5a5e9f3 100644 --- a/make.ps1 +++ b/make.ps1 @@ -128,6 +128,7 @@ function PushLocalRepoToRemote { [string] $gitUrl ) + Write-Host "Pushing repo contents to remote" # go to the temp folder Set-Location $tempFolder | Out-Null