Last active
May 13, 2019 15:26
-
-
Save ernesen/a72da83e72a86e09ca62504e996e59b7 to your computer and use it in GitHub Desktop.
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
| cd ~/artefacts/employee/src/main/java/com/ibm/example/employee/api | |
| cp HealthApiController.java HealthApiController.java.old | |
| cp EmployeesApiController.java EmployeesApiController.java.old | |
| sed -i "s/NOT_IMPLEMENTED/OK/" HealthApiController.java | |
| sed -i "s/NOT_IMPLEMENTED/OK/" EmployeesApiController.java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment