EugenMayer / docker-sync

Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux
GNU General Public License v3.0
3.54k stars 289 forks source link

Error in RSync strategy using the `sync_excludes` setting: undefined local variable or method `excludes_list' #823

Closed rtlong closed 2 years ago

rtlong commented 2 years ago

Error

.../docker-sync-1.0.3/lib/docker-sync/sync_strategy/rsync.rb:66:in `sync_options': undefined local variable or method `excludes_list' for #<DockerSync::SyncStrategy::Rsync:0x00007fb1b7846280> (NameError)

Apparently caused by a faulty fix in 29d8a85a43f5725d7f6c7888367a510e4d6350cf

Sync strategy

RSync

your docker-sync.yml

(Just run RSync strategy and define the sync_excludes option.)

OS

Mac

rtlong commented 2 years ago

This is fixed for me by #824 in v1.0.4! Thanks @mmrko