Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Sep 6, 2023
1 parent 77a9fa9 commit 4ba3eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dextop
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,15 @@ architecture_intent () {
if [[ "${device_architecture}" != "${cpu_architectures[i]}" ]]
then

frobulator.scs "Supported architecture" "[ ${image_architecture} ]"
frobulator.scs "Supported device architecture" "[ ${device_architecture} ]"
echo

frobulator.fwd "Proceeding..."
echo

break
else
frobulator.wrn "Unsupported architecture" "[ ${image_architecture} ]"
frobulator.wrn "Unsupported device architecture" "[ ${device_architecture} ]"
echo

frobulator.fwd "Aborting..."
Expand Down

0 comments on commit 4ba3eac

Please sign in to comment.