Skip to content

Commit

Permalink
Merge pull request #1612 from luthermonson/fix-rke2-install
Browse files Browse the repository at this point in the history
switch info and config calls around for proper headers to hit first
  • Loading branch information
luthermonson authored Aug 12, 2021
2 parents 4996c02 + a5efaa4 commit 8d7310a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/rke2-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ function Rke2-Installer

Invoke-Rke2AgentDownload
New-CattleId
Get-Rke2Info
Get-Rke2Config
Get-Rke2Info

if($env:CATTLE_RKE2_VERSION)
{
Expand Down

0 comments on commit 8d7310a

Please sign in to comment.