Commit 73e7a19
committed
Correct folder name in build taskfile
A copy/paste error resulted in the same folder name being used for the Linux ARM 64-bit build as for the Linux ARM v6
build. Although that did not cause any noticeable problems in this project's usage, it can in others. For example:
```
mkdir: cannot create directory ‘serial-monitor_linux_arm_6’: File exists
task: Failed to run task "dist:all": task: Failed to run task "dist:Linux_ARM64": exit status 1
```
It also causes an unexpected structure in the "dist" output, which is not typically used for anything, but might still
cause confusion during unrelated development or troubleshooting.1 parent db83455 commit 73e7a19
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments