Skip to content

Commit

Permalink
Fix machine extraction broken by #114 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
pvizeli and frenck authored Nov 25, 2021
1 parent f27b10e commit cae7734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function extract_machine_build() {
done

for i in "${remove[@]}"; do
unset "${BUILD_MACHINE["$i"]}"
unset "BUILD_MACHINE[$i]"
done
fi
}
Expand Down

0 comments on commit cae7734

Please sign in to comment.