Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 9a15a79

Browse files
committed
fix
1 parent b2d707c commit 9a15a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def file_version_for(repo)
1212
when 'hyper-spec' then ['./lib/hyper-spec/version', 'HyperSpec::VERSION']
1313
when 'hyper-store' then ['./lib/hyper-store/version', 'HyperStore::VERSION']
1414
when 'hyperloop' then ['./lib/hyperloop/version', 'Hyperloop::VERSION']
15-
when 'hyperloop-config' then ['../lib/hyperloop/config/version', 'Hyperloop::Config::VERSION']
15+
when 'hyperloop-config' then ['./lib/hyperloop/config/version', 'Hyperloop::Config::VERSION']
1616
end
1717
end
1818

0 commit comments

Comments
 (0)