Skip to content

Commit 326e7e8

Browse files
authored
Merge pull request #16 from RULCSoft/fix-typo
Fix typo
2 parents 43c4d0a + abcdbb1 commit 326e7e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docker-machine create -d linode --linode-token=<linode-token> linode
6464
| `linode-stackscript` | `LINODE_STACKSCRIPT` | None | Specifies the Linode StackScript to use to create the instance, either by numeric ID, or using the form *username*/*label*.
6565
| `linode-stackscript-data` | `LINODE_STACKSCRIPT_DATA` | None | A JSON string specifying data that is passed (via UDF) to the selected StackScript.
6666
| `linode-create-private-ip` | `LINODE_CREATE_PRIVATE_IP` | None | A flag specifying to create private IP for the Linode instance.
67-
| `linode-tags` | `LINODE_TAGS` | None | A comma separated list of tags to apply to the the Linode resource
67+
| `linode-tags` | `LINODE_TAGS` | None | A comma separated list of tags to apply to the Linode resource
6868
| `linode-ua-prefix` | `LINODE_UA_PREFIX` | None | Prefix the User-Agent in Linode API calls with some 'product/version'
6969

7070
## Notes

pkg/drivers/linode/linode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
231231
mcnflag.StringFlag{
232232
EnvVar: "LINODE_TAGS",
233233
Name: "linode-tags",
234-
Usage: fmt.Sprintf("A comma separated list of tags to apply to the the Linode resource"),
234+
Usage: fmt.Sprintf("A comma separated list of tags to apply to the Linode resource"),
235235
},
236236
}
237237
}

0 commit comments

Comments
 (0)