diff --git a/product/roundhouse/resolvers/TextVersionResolver.cs b/product/roundhouse/resolvers/TextVersionResolver.cs index 9810d1c9..56420055 100644 --- a/product/roundhouse/resolvers/TextVersionResolver.cs +++ b/product/roundhouse/resolvers/TextVersionResolver.cs @@ -13,7 +13,7 @@ public class TextVersionResolver : VersionResolver public TextVersionResolver(FileSystemAccess file_system, string version_file) { this.file_system = file_system; - this.version_file = version_file; + this.version_file = file_system.get_full_path(version_file); } public bool meets_criteria()