Commit fef5d5bb authored by Zander Mackie's avatar Zander Mackie

Cleanup go vet error

License: MIT
Signed-off-by: default avatarZander Mackie <zmackie@gmail.com>
parent 86c1fb8c
......@@ -43,7 +43,7 @@ func (rp RepoPath) CheckVersion(version int) error {
}
if v != version {
return fmt.Errorf("versions differ (expected: %s, actual:%s)", version, v)
return fmt.Errorf("versions differ (expected: %d, actual:%d)", version, v)
}
return nil
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment