Skip to content

Commit

Permalink
changes for registration code
Browse files Browse the repository at this point in the history
  • Loading branch information
paragjain0910 committed Oct 7, 2024
1 parent 835fea2 commit e861623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/suseconnect/suseconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func parseRegistrationToken(token string) {
connect.CFG.Token = token
processedToken, processTokenErr := processToken(token)
if processTokenErr != nil {
fmt.Printf("Error Processing token %+v", processTokenErr)
fmt.Printf("Error Processing token with error %+v", processTokenErr)
os.Exit(1)
}
connect.CFG.Token = processedToken
Expand Down

0 comments on commit e861623

Please sign in to comment.