chore: spacing for style

This commit is contained in:
decentral1se 2021-12-19 16:08:28 +01:00
parent c7de9c0719
commit af3def7267
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 0 deletions

View File

@ -32,10 +32,13 @@ testing efforts!
if internal.RC {
cmd = exec.Command("bash", "-c", fmt.Sprintf("curl -s %s | bash -s -- --rc", releaseCandidateURL))
}
logrus.Debugf("attempting to run '%s'", cmd)
if err := internal.RunCmd(cmd); err != nil {
logrus.Fatal(err)
}
return nil
},
}