UNCLASSIFIED

Unverified Commit 8d7310a8 authored by Luther Monson's avatar Luther Monson Committed by GitHub
Browse files

Merge pull request #1612 from luthermonson/fix-rke2-install

switch info and config calls around for proper headers to hit first
parents 4996c02c a5efaa44
...@@ -432,8 +432,8 @@ function Rke2-Installer ...@@ -432,8 +432,8 @@ function Rke2-Installer
Invoke-Rke2AgentDownload Invoke-Rke2AgentDownload
New-CattleId New-CattleId
Get-Rke2Info
Get-Rke2Config Get-Rke2Config
Get-Rke2Info
if($env:CATTLE_RKE2_VERSION) if($env:CATTLE_RKE2_VERSION)
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment