We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb29ea commit 840e6a8Copy full SHA for 840e6a8
README.md
@@ -82,7 +82,7 @@ Clone repository to: `$GOPATH/src/github.com/dmacvicar/terraform-provider-libvir
82
83
```console
84
mkdir -p $GOPATH/src/github.com/dmacvicar; cd $GOPATH/src/github.com/dmacvicar
85
-git clone git@github.com:dmacvicar/terraform-provider-libvirt
+git clone https://github.com/dmacvicar/terraform-provider-libvirt.git
86
```
87
88
Enter the provider directory and build the provider
0 commit comments