debug fmt.Sprintf typo
This commit is contained in:
1 file changed
+1
-1
@@ -50,7 +50,7 @@ func UploadToGithub(archiveDir string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Commit archive files
|
// Commit archive files
|
||||||
cmd = exec.Command("git", "commit", "-m", fmt.Sprintf("'%s''", now.Format(dtFormat)), fmt.Springf("--author=\"%s <%s>\"", author, email))
|
cmd = exec.Command("git", "commit", "-m", fmt.Sprintf("'%s''", now.Format(dtFormat)), fmt.Sprintf("--author=\"%s <%s>\"", author, email))
|
||||||
cmd.Dir = archiveDir
|
cmd.Dir = archiveDir
|
||||||
_, err = cmd.Output()
|
_, err = cmd.Output()
|
||||||
Handle(err)
|
Handle(err)
|
||||||
|
|||||||
Reference in new issue
Block a user