diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 17:02:12 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 17:02:12 +0100 |
commit | d463c79fdb73de154922ac560b6bccf92f5c9058 (patch) | |
tree | 6d0d6fa0c0e1a8f39c625dde53cf443b289f09e0 /app/lib/incommon.rb | |
parent | 7347675c642c97cea3cfec418563a42f7cac284d (diff) | |
download | incommon-map-d463c79fdb73de154922ac560b6bccf92f5c9058.tar.gz |
Fix this deployment...v0.1.3
Diffstat (limited to 'app/lib/incommon.rb')
-rw-r--r-- | app/lib/incommon.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/lib/incommon.rb b/app/lib/incommon.rb index 1053098..e843683 100644 --- a/app/lib/incommon.rb +++ b/app/lib/incommon.rb @@ -4,6 +4,8 @@ module INCOMMON module_function + + # Return a String representation of the current source code URL def repo_url(version) case version when /^incommon-map @(.*)/ |