diff --git a/lib/omnibus/project.rb b/lib/omnibus/project.rb index 9190fb061b10f406cbfcda16c483e9efe5649e01..a5ff17912a74149337fcb3db15fcd4babed69900 100644 --- a/lib/omnibus/project.rb +++ b/lib/omnibus/project.rb @@ -794,7 +794,7 @@ module Omnibus # 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