Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Nov 6, 2023
1 parent 018a247 commit 33d9659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Shell/ChangeLog.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ function CSH-ChangeLog {

$repository = "https://github.com/belav/csharpier"

# if this fails
# Install-Module -Name PowerShellForGitHub
Install-Module -Name PowerShellForGitHub -Force
$milestones = Get-GitHubMilestone -Uri $repository -State "Open"
$milestoneNumber = -1
foreach ($milestone in $milestones)
Expand Down

0 comments on commit 33d9659

Please sign in to comment.