Fix broken reference (#8753)

This commit is contained in:
Reece Dunham 2019-01-28 07:00:34 -05:00 committed by Ilya
parent db1b309800
commit e5897ba2f7

View File

@ -15,7 +15,7 @@ $tagsUpToDate = $false
# When not using a branch in PowerShell/PowerShell, tags will not be fetched automatically
# Since code that uses Get-PSCommitID and Get-PSLatestTag assume that tags are fetched,
# This function can ensure that tags have been fetched.
# This function is used during the setup phase in tools/appveyor.psm1 and tools/travis.ps1
# This function is used during the setup phase in tools/ci.psm1 and tools/travis.ps1
function Sync-PSTags
{
param(