There was an error while loading. Please reload this page.
1 parent b2d707c commit 9a15a79Copy full SHA for 9a15a79
1 file changed
tasks/version.rb
@@ -12,7 +12,7 @@ def file_version_for(repo)
12
when 'hyper-spec' then ['./lib/hyper-spec/version', 'HyperSpec::VERSION']
13
when 'hyper-store' then ['./lib/hyper-store/version', 'HyperStore::VERSION']
14
when 'hyperloop' then ['./lib/hyperloop/version', 'Hyperloop::VERSION']
15
- when 'hyperloop-config' then ['../lib/hyperloop/config/version', 'Hyperloop::Config::VERSION']
+ when 'hyperloop-config' then ['./lib/hyperloop/config/version', 'Hyperloop::Config::VERSION']
16
end
17
18
0 commit comments