From 86a8acd9a688497998aa20648014a3bc701b59f4 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Thu, 20 Feb 2025 17:09:21 -0700 Subject: [PATCH] refactor: moved internal functions to pkg and updated refs --- pkg/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/update.go b/pkg/update.go index b941a69..f724fc6 100644 --- a/pkg/update.go +++ b/pkg/update.go @@ -4,7 +4,7 @@ import ( "fmt" "net/url" - "github.com/OpenCHAMI/magellan/pkg/bmc" + "github.com/davidallendj/magellan/pkg/bmc" "github.com/stmcginnis/gofish" "github.com/stmcginnis/gofish/redfish" )