8000 Merge tag '1.4.3' into cli-inception · arduino/arduino-builder@b6797b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6797b3

Browse files
committed
Merge tag '1.4.3' into cli-inception
Release 1.4.3
2 parents d364baa + 69b6665 commit b6797b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-builder/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import (
5454
"github.com/go-errors/errors"
5555
)
5656

57-
const VERSION = "1.4.2"
57+
const VERSION = "1.4.3"
5858

5959
const FLAG_ACTION_COMPILE = "compile"
6060
const FLAG_ACTION_PREPROCESS = "preprocess"
@@ -314,8 +314,8 @@ func main() {
314314
if err := buildPath.MkdirAll(); err != nil {
315315
printCompleteError(err)
316316
}
317+
ctx.BuildPath, _ = buildPath.Abs()
317318
}
318-
ctx.BuildPath, _ = buildPath.Abs()
319319

320320
// FLAG_BUILD_CACHE
321321
buildCachePathUnquoted, err := gohasissues.Unquote(*buildCachePathFlag)

0 commit comments

Comments
 (0)
0