Fix spacing in the README
file
This commit is contained in:
parent
c1b4fc6db1
commit
7a8c6b44b3
1 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ package main
|
||||||
import (
|
import (
|
||||||
log "github.com/hashicorp/go-hclog"
|
log "github.com/hashicorp/go-hclog"
|
||||||
- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello"
|
- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello"
|
||||||
+ "github.com/<REPO>/<ORG>/hello"
|
+. "github.com/<REPO>/<ORG>/hello"
|
||||||
...
|
...
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue