summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2015-12-31 09:25:59 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-14 12:48:14 +0100
commit447f56036e837fc9a9c2bcaf382d38dc513a9733 (patch)
tree160d315f5a787e3bf9a703e08793a98d7566ef1f /lib
parente3ef0ac8f44118465cf5831982d2051d0986cda8 (diff)
downloadgitlab-ce-447f56036e837fc9a9c2bcaf382d38dc513a9733.tar.gz
Use metadata stored in artifacats metadata file
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/string_path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/string_path.rb b/lib/gitlab/string_path.rb
index af80a502bf6..bfeb0f852f0 100644
--- a/lib/gitlab/string_path.rb
+++ b/lib/gitlab/string_path.rb
@@ -5,7 +5,7 @@ module Gitlab
# This is IO-operations safe class, that does similar job to
# Ruby's Pathname but without the risk of accessing filesystem.
#
- # TODO: better support for '../' and './'
+ # TODO, better support for '../' and './'
#
class StringPath
attr_reader :path, :universe