fixed lowercase letters and extra spaces

This commit is contained in:
Christopher Blaha
2022-07-23 08:54:20 -04:00
parent 4a5ae8fb31
commit d0c09aa2c0
10 changed files with 67 additions and 67 deletions

View File

@@ -90,7 +90,7 @@ func Pull(network string, iface bool) (*models.Node, error) {
}
var bkupErr = config.SaveBackup(network)
if bkupErr != nil {
logger.Log(0, "unable to update backup file for ", network)
logger.Log(0, "unable to update backup file for", network)
}
return &resNode, err