Skip to content

Commit 3783caa

Browse files
authored
Merge pull request #174 from LandRegistry/develop
Hotfix git bash error
2 parents dc17a2a + b812cf5 commit 3783caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
end
291291
end
292292

293-
up = run_command("#{ENV['DC_CMD']} up --no-deps --remove-orphans -d logstash > /dev/null 2>&1")
293+
up = run_command("#{ENV['DC_CMD']} up --no-deps --remove-orphans -d logstash", [])
294294
sleep(3)
295295
if up != 0
296296
puts colorize_red('Something went wrong when initialising live container logging. Check the output above.')

0 commit comments

Comments
 (0)