Fix a linting error

This commit is contained in:
Greg 2019-08-14 17:05:39 +02:00
parent 856b48d015
commit ae5a27d100
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ describe 'IPFS' do
{
'Swarm.AddrFilters' => addr_filters.rstrip,
'Gateway.Writable' => true
'Gateway.Writable' => true,
}.each do |k, v|
describe command("IPFS_PATH=/home/ipfs/.ipfs ipfs config '#{k}'") do
let(:sudo_options) { '-u ipfs -i' }