We no longer need this, since we do it above. (But also, this was always a repeated call)

pull/914/head
Jesse Vincent 4 years ago
parent d4a14fa7c9
commit 919f7753ff
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -336,8 +336,6 @@ maybe_build () {
if [ ! -e "${HEX_FILE_PATH}" ]; then
build "$@"
else
SKETCH_DIR="$(find_sketch)"
fi
}

Loading…
Cancel
Save