mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
s/Printf/Print/
This commit is contained in:
parent
d8f313f9e2
commit
6621b04458
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ func runActionsRegistrationToken(stdCtx context.Context, ownerID, repoID int64)
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
log.Fatalf("GetUnactivatedRunnerToken %v", err)
|
log.Fatalf("GetUnactivatedRunnerToken %v", err)
|
||||||
}
|
}
|
||||||
fmt.Printf(token.Token)
|
fmt.Print(token.Token)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue