s/Printf/Print/

This commit is contained in:
Earl Warren 2023-03-09 13:36:39 +01:00
parent d8f313f9e2
commit 6621b04458
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ func runActionsRegistrationToken(stdCtx context.Context, ownerID, repoID int64)
} else if err != nil {
log.Fatalf("GetUnactivatedRunnerToken %v", err)
}
fmt.Printf(token.Token)
fmt.Print(token.Token)
return nil
}