Add exclamation point for consistency
This commit is contained in:
parent
77b8be9968
commit
b67df94c1e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func initGitHubClient() {
|
|||
log.Println("Initializing......")
|
||||
|
||||
if privateKey != "" {
|
||||
log.Println("Private key loaded from env")
|
||||
log.Println("Private key loaded from env!")
|
||||
} else {
|
||||
log.Println("Private key not found!")
|
||||
os.Exit(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue