diff --git a/lib/omnibus/project.rb b/lib/omnibus/project.rb index 577b6802b..f5a19b6c8 100644 --- a/lib/omnibus/project.rb +++ b/lib/omnibus/project.rb @@ -1011,7 +1011,7 @@ def json_manifest_path(path = NULL) # def text_manifest_path(path = NULL) if null?(path) - @test_manifest_path || File.join(install_dir, "version-manifest.txt") + @text_manifest_path || File.join(install_dir, "version-manifest.txt") else @text_manifest_path = path end