Skip to content

Commit

Permalink
Merge branch 'simver'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Jul 3, 2024
2 parents 588ca83 + dd0372a commit 24ce489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simulator/simulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int main(int argc, char* argv[])
break;
case 'v':
printf(
"bitbox02-multi-%s-simulator-%s-linux-amd64\n",
"bitbox02-multi-%s-simulator%s-linux-amd64\n",
DIGITAL_BITBOX_VERSION_SHORT,
_simulator_version);
return 0;
Expand Down

0 comments on commit 24ce489

Please sign in to comment.