Formatting

This commit is contained in:
Basti 2020-12-21 11:14:19 +01:00
parent aa2aa59e28
commit 5277bce20b
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 2 additions and 6 deletions

View File

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

View File

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