aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/path.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-15 01:54:31 -0800
committerelijah <elijah@riseup.net>2012-11-15 01:54:31 -0800
commit088b4f047f3d4b8e075e10277bfe5f94cb0b9af1 (patch)
treeab5debbef5c47c6ec615bb5719bc62f020889e3e /lib/leap_cli/path.rb
parent359c0b757f1dd52b63e08f8b67fa7fe7f1c0ba00 (diff)
downloadleap_cli-088b4f047f3d4b8e075e10277bfe5f94cb0b9af1.tar.gz
leap_cli-088b4f047f3d4b8e075e10277bfe5f94cb0b9af1.tar.bz2
auto remove files/nodes/x when nodes/x.json doesn't exist anymore.
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r--lib/leap_cli/path.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb
index a783a91..bf4c89f 100644
--- a/lib/leap_cli/path.rb
+++ b/lib/leap_cli/path.rb
@@ -9,6 +9,7 @@ module LeapCli; module Path
:nodes_dir => 'nodes',
:services_dir => 'services',
:tags_dir => 'tags',
+ :node_files_dir => 'files/nodes/#{arg}',
# input config files
:common_config => 'common.json',