seems to work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-28 14:27:03 +10:00
parent 95a48a89a6
commit 6c7d447c56
6 changed files with 162 additions and 61 deletions

View File

@@ -46,6 +46,7 @@ func main() {
ctx := context.Background()
log.Printf("Starting execution. Built on %s from sha1 %s\n", buildTime, sha1ver)
log.Printf("Logging in to %s\n", config.Endpoint)
if _, err := ucsClient.AaaLogin(ctx); err != nil {
log.Fatalf("Unable to login: %s\n", err)