From cd61add56f8393587da21db5ffc38f1c00dac96e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Jul 2026 14:52:00 -0500 Subject: [PATCH] Update download.go --- internal/app/download.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/app/download.go b/internal/app/download.go index 2df3ccf..6854158 100644 --- a/internal/app/download.go +++ b/internal/app/download.go @@ -13,10 +13,10 @@ import ( ) type exchangeRequest struct { - Code string `json:"code"` - HostFingerprint string `json:"host_fingerprint"` - Hostname string `json:"hostname"` - RequestedAction string `json:"requested_action,omitempty"` + Code string `json:"code"` + HostFingerprint string `json:"host_fingerprint"` + Hostname string `json:"hostname"` + RequestedAction string `json:"requested_action,omitempty"` RequestedPackage string `json:"requested_package,omitempty"` }