Skip to content

Commit

Permalink
osprepare: fix misspell warning
Browse files Browse the repository at this point in the history
Man o man this tool is picky.  But it's easily tricked^H^H^Hfixed.

Signed-off-by: Tim Pepper <[email protected]>
  • Loading branch information
Tim Pepper committed Aug 23, 2016
1 parent 77df18d commit 0bd171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osprepare/os_release_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
nonExistentFile = "/nonexistentpath/this/file/doesnt/exists"
nonExistentFile = "/nonexistentpath/this/file/doesnot/exists"
)

func TestGetOsRelease(t *testing.T) {
Expand Down

0 comments on commit 0bd171b

Please sign in to comment.