summaryrefslogtreecommitdiff
path: root/lib/tapicero.rb
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2013-12-22 06:33:56 -0800
committerazul <azul@riseup.net>2013-12-22 06:33:56 -0800
commit12dbeefe693e5432416ec8019368e591c526736b (patch)
tree8b93ddc237aef26f4a68557259f5f63250b1a694 /lib/tapicero.rb
parent41dee6ee7242a731763bb1b75e12cc97403aa4a4 (diff)
parentc1e6eea1eb2a9fbdb92e806929806acef32ed8dc (diff)
Merge pull request #6 from azul/deploy-design-docs
Deploy design docs
Diffstat (limited to 'lib/tapicero.rb')
-rw-r--r--lib/tapicero.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tapicero.rb b/lib/tapicero.rb
index aba9fad..3923c65 100644
--- a/lib/tapicero.rb
+++ b/lib/tapicero.rb
@@ -1,5 +1,5 @@
unless defined? BASE_DIR
- BASE_DIR = File.expand_path('../..', __FILE__)
+ BASE_DIR = Pathname.new(__FILE__) + '../..'
end
unless defined? TAPICERO_CONFIG
TAPICERO_CONFIG = '/etc/leap/tapicero.yaml'