Skip to content

Commit 462e338

Browse files
authored
docs: update plugin path (#451)
Update plugin path. Signed-off-by: Ryan Johnson <rya@tenthirtyam.org>
1 parent 8744783 commit 462e338

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.web-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packer {
1414
required_plugins {
1515
vmware = {
1616
version = "~> 1"
17-
source = "github.com/vmware/vsphere"
17+
source = "github.com/vmware/vmware"
1818
}
1919
}
2020
}
@@ -23,7 +23,7 @@ packer {
2323
Alternatively, you can use `packer plugins install` to manage installation of this plugin.
2424

2525
```sh
26-
packer plugins install github.com/vmware/vsphere
26+
packer plugins install github.com/vmware/vmware
2727
```
2828

2929
### Components

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packer {
1414
required_plugins {
1515
vmware = {
1616
version = "~> 1"
17-
source = "github.com/vmware/vsphere"
17+
source = "github.com/vmware/vmware"
1818
}
1919
}
2020
}
@@ -23,7 +23,7 @@ packer {
2323
Alternatively, you can use `packer plugins install` to manage installation of this plugin.
2424

2525
```sh
26-
packer plugins install github.com/vmware/vsphere
26+
packer plugins install github.com/vmware/vmware
2727
```
2828

2929
### Components

example/iso/build.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packer {
77
required_plugins {
88
vmware = {
99
version = ">= 2.0.0"
10-
source = "github.com/vmware/vsphere"
10+
source = "github.com/vmware/vmware"
1111
}
1212
}
1313
}

example/vmx/build.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packer {
77
required_plugins {
88
vmware = {
99
version = ">= 2.0.0"
10-
source = "github.com/vmware/vsphere"
10+
source = "github.com/vmware/vmware"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)