diff options
author | elijah <elijah@riseup.net> | 2014-10-21 15:14:23 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-10-21 15:14:23 -0700 |
commit | 51a1e1c6db33ed2868ec74728f854237e3dfd86a (patch) | |
tree | 7da1bdf6f26249cdb027cc5fd0071fce285adbf5 /provider_base/lib/macros/files.rb | |
parent | 4faf77c2527312b85d836600c01c0d2d9f0b460e (diff) |
update platform to take advantage of new platform.rb. requires leap_cli 1.6
Diffstat (limited to 'provider_base/lib/macros/files.rb')
-rw-r--r-- | provider_base/lib/macros/files.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/lib/macros/files.rb b/provider_base/lib/macros/files.rb index 0a491325..b3ba4a06 100644 --- a/provider_base/lib/macros/files.rb +++ b/provider_base/lib/macros/files.rb @@ -71,7 +71,7 @@ module LeapCli end relative_path = Path.relative_path(actual_path) @node.file_paths << relative_path - @node.manager.provider.hiera_sync_destination + '/' + relative_path + File.join(Leap::Platform.files_dir, relative_path) end end |