inviqa / harness-base-php

Base PHP harness for workspace https://github.com/my127/workspace
Other
4 stars 5 forks source link

Fix mutagen.sh to work with mutagen version 0.15.0 up #759

Closed g-foster2020 closed 1 year ago

g-foster2020 commented 1 year ago

Fixes #757

kierenevans commented 1 year ago

I was wondering if the -l option existed in v0.11.8, and it does: https://github.com/mutagen-io/mutagen/blob/v0.11.8/cmd/mutagen/sync/list.go#L215

g-foster2020 commented 1 year ago

I was wondering if the -l option existed in v0.11.8, and it does: https://github.com/mutagen-io/mutagen/blob/v0.11.8/cmd/mutagen/sync/list.go#L215

That's good. I wasn't expecting backwards compatibility. I thought about trying to compare the semver but gave up on that.