Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit 3f03ca2

Browse files
Sven DowideitSven Dowideit
authored andcommitted
B2D seems to be the theoretical cfg, and I recently changed to be the values from vbox - so wil track even when the user changes them out of band
1 parent 496ea22 commit 3f03ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func cmdUp() int {
246246
logf("Waiting for VM to be started...")
247247
//give the VM a little time to start, so we don't kill the Serial Pipe/Socket
248248
time.Sleep(600 * time.Millisecond)
249-
natSSH := fmt.Sprintf("localhost:%d", B2D.SSHPort)
249+
natSSH := fmt.Sprintf("localhost:%d", m.SSHPort)
250250
IP := ""
251251
for i := 1; i < 30; i++ {
252252
if B2D.Serial && runtime.GOOS != "windows" {

0 commit comments

Comments
 (0)