Created
June 20, 2019 15:56
-
-
Save sjparkinson/37f09659f50da11d5c88713d1905ce17 to your computer and use it in GitHub Desktop.
Update CODEOWNERS
This file contains 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
#!/bin/bash | |
# Remove the last line from CODEOWNERS | |
sed -i '' -e '$ d' CODEOWNERS | |
# Append the following line to CODEOWNERS | |
echo "* @Financial-Times/etg" >> CODEOWNERS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment