mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 03:46:23 +08:00
Fix broken reference (#8753)
This commit is contained in:
parent
db1b309800
commit
e5897ba2f7
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user