kata-pkgsync: Fix spelling mistake

Whilst enabling the static CI checks for this repo, it picked up
a spelling mistake. We'll need to fix that before we can enable
the CI.

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
Graham Whaley 2020-04-30 11:48:08 +01:00
parent 56d7074180
commit cdc8aaad6a

View File

@ -258,7 +258,7 @@ func main() {
logrus.WithFields(logrus.Fields{
"OBS project": proj.Name,
"Packagecloud Repo": pc.Repo,
}).Infof("Sucessfully transferred %d files", totalXferred)
}).Infof("Successfully transferred %d files", totalXferred)
}
if !*pcDelete {