~shulhan/karajo

ddfbf777ca0d29b04870c877271182464ace6278 — Shulhan 1 year, 7 months ago 87f73ba
all: remove unnecessary set to now
1 files changed, 1 insertions(+), 2 deletions(-)

M job.go
M job.go => job.go +1 -2
@@ 582,8 582,7 @@ func (job *Job) startInterval() {
// execute the job Call or commands.
func (job *Job) execute(epr *libhttp.EndpointRequest) (jlog *JobLog, err error) {
	var (
		now = TimeNow().UTC().Round(time.Second)

		now     time.Time
		execCmd exec.Cmd
		logTime string
		cmd     string