Skip to content

Commit

Permalink
Fix sed for EXPERIMENTAL
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Aug 25, 2023
1 parent 86cb5eb commit d91d7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ compile-ui:
#npm audit fix
#npx update-browserslist-db@latest
# workaround to replace hardcode URL
sed -i "s/https\:\/\/oh2.open-hospital.org\/oh-api/http:\/\/localhost\:8080/g" ./src/generated/runtime.ts
sed -i "s/https\:\/\/oh2.open-hospital.org/http:\/\/localhost\:8080/g" ./src/generated/runtime.ts
# workaround to replace default hospital name
sed -i "s/Princeton-Plainsboro\ Teaching\ Hospital/St\.\ Luke\ Hospital\ Angal/g" ./src/components/accessories/appHeader/AppHeader.tsx
sed -i "s/Princeton-Plainsboro\ Teaching\ Hospital/St\.\ Luke\ Hospital\ Angal/g" ./src/components/activities/loginActivity/LoginActivity.tsx
Expand Down

0 comments on commit d91d7e2

Please sign in to comment.