lib/docker-sync/sync_strategy/unison.rb in docker-sync-0.5.10 vs lib/docker-sync/sync_strategy/unison.rb in docker-sync-0.5.11.pre.beta1
- old
+ new
@@ -24,9 +24,10 @@
else
@docker_image = 'eugenmayer/unison:2.51.2.1'
end
begin
Dependencies::Unison.ensure!
+ Dependencies::Unox.ensure! if Environment.mac?
rescue StandardError => e
say_status 'error', "#{@sync_name} has been configured to sync with unison, but no unison available", :red
say_status 'error', e.message, :red
exit 1
end