Update golang cookbook
This commit is contained in:
@@ -42,7 +42,7 @@ module Ark
|
||||
end
|
||||
|
||||
def sevenzip_binary
|
||||
@tar_binary ||= "\"#{(node['ark']['sevenzip_binary'] || sevenzip_path_from_registry)}\""
|
||||
@tar_binary ||= "\"#{node['ark']['sevenzip_binary'] || sevenzip_path_from_registry}\""
|
||||
end
|
||||
|
||||
def sevenzip_path_from_registry
|
||||
|
||||
Reference in New Issue
Block a user