Last active
June 6, 2019 18:55
-
-
Save vkostyukov/130dd016dd25389275c9 to your computer and use it in GitHub Desktop.
Migrate to Finagle 6.30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Migrate to Finagle 6.30 https://groups.google.com/forum/#!topic/finaglers/skmdgDhcP0c | |
git grep -lz 'finagle.httpx' | xargs -0 sed -i '' -e 's/finagle.httpx/finagle.http/g' | |
git grep -lz 'Httpx' | xargs -0 sed -i '' -e 's/Httpx/Http/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment