Skip to content

Commit

Permalink
adding mpareja's text version resolver full path enhancement (chuckno…
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Feb 19, 2012
1 parent 7f18429 commit c75dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product/roundhouse/resolvers/TextVersionResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c75dbdd

Please sign in to comment.