From 34af0e4ad73fb149c9db2c00b0dcc544838a2df2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 19 Nov 2021 13:13:25 +0300 Subject: [PATCH] Typo --- run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.go b/run.go index 3e6cd35..a640148 100644 --- a/run.go +++ b/run.go @@ -683,7 +683,7 @@ func runScript(tgtOrig string, errs chan error, traced bool) error { fd = fdStdout } - // Do we need to ifcreate it, of ifchange with renaming? + // Do we need to ifcreate it, or ifchange with renaming? if fd == nil { os.Remove(path.Join(cwdOrig, tgt)) err = ifcreate(fdDep, tgt) -- 2.44.0