aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-01-22 17:02:12 +0100
committerhellekin <hellekin@cepheide.org>2021-01-22 17:02:12 +0100
commitd463c79fdb73de154922ac560b6bccf92f5c9058 (patch)
tree6d0d6fa0c0e1a8f39c625dde53cf443b289f09e0
parent7347675c642c97cea3cfec418563a42f7cac284d (diff)
downloadincommon-map-d463c79fdb73de154922ac560b6bccf92f5c9058.tar.gz
Fix this deployment...v0.1.3
-rw-r--r--app/lib/incommon.rb2
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 @(.*)/