Skip to content

Commit 808e1bd

Browse files
Update cloud/linode/cloud.go
Co-authored-by: Rahul Sharma <[email protected]>
1 parent c31b4aa commit 808e1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/linode/cloud.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type linodeCloud struct {
6363

6464
var (
6565
instanceCache *instances
66-
charLimit int = 23
66+
ipHolderCharLimit int = 23
6767
)
6868

6969
func init() {

0 commit comments

Comments
 (0)