Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
1f41c11d
Commit
1f41c11d
authored
May 01, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1103 from legal90/parallels
builder/parallels: typos
parents
9beac8d2
c1510d2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
builder/parallels/common/floppy_config.go
builder/parallels/common/floppy_config.go
+1
-1
builder/parallels/common/step_attach_floppy_test.go
builder/parallels/common/step_attach_floppy_test.go
+1
-1
builder/parallels/iso/host_ip.go
builder/parallels/iso/host_ip.go
+1
-1
No files found.
builder/parallels/common/floppy_config.go
View file @
1f41c11d
...
...
@@ -7,7 +7,7 @@ import (
)
// FloppyConfig is configuration related to created floppy disks and attaching
// them to a
VirtualBox
machine.
// them to a
Parallels virtual
machine.
type
FloppyConfig
struct
{
FloppyFiles
[]
string
`mapstructure:"floppy_files"`
}
...
...
builder/parallels/common/step_attach_floppy_test.go
View file @
1f41c11d
...
...
@@ -66,6 +66,6 @@ func TestStepAttachFloppy_noFloppy(t *testing.T) {
}
if
len
(
driver
.
PrlctlCalls
)
>
0
{
t
.
Fatal
(
"should not call
vboxmanage
"
)
t
.
Fatal
(
"should not call
prlctl
"
)
}
}
builder/parallels/iso/host_ip.go
View file @
1f41c11d
package
iso
// Interface to help find the host IP that is available from within
// the
VMware
virtual machines.
// the
Parallels
virtual machines.
type
HostIPFinder
interface
{
HostIP
()
(
string
,
error
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment