Formatting

This commit is contained in:
2020-12-21 11:14:19 +01:00
parent aa2aa59e28
commit 5277bce20b
2 changed files with 2 additions and 6 deletions

View File

@@ -16,8 +16,6 @@ end
bash 'build_nbxplorer' do bash 'build_nbxplorer' do
cwd node['nbxplorer']['source_dir'] cwd node['nbxplorer']['source_dir']
code <<-EOH code './build.sh'
./build.sh
EOH
action :nothing action :nothing
end end

View File

@@ -16,8 +16,6 @@ end
bash 'build_btcpay' do bash 'build_btcpay' do
cwd node['btcpay']['source_dir'] cwd node['btcpay']['source_dir']
code <<-EOH code './build.sh'
./build.sh
EOH
action :nothing action :nothing
end end