Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Apr 26, 2021
1 parent 0a7ab23 commit e75f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async function setup(nat, mem) {

core.info("First boot");

let loginTag = "FreeBSD/amd64 (freebsd) (ttyv0)";
let loginTag = "FreeBSD/amd64 (freebsd) (ttyv";
await waitFor(vmName, loginTag);

try {
Expand Down

0 comments on commit e75f517

Please sign in to comment.