Skip to content

Commit

Permalink
I can't believe this typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Oct 17, 2023
1 parent 8ec2432 commit f897a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ update_backend()
bind_backend_to_services() {
echo "Binding services to app: $CGAPPNAME_BACKEND"

if [ "$CFAPPNAME_BACKEND" = "tdp-backend-develop" ]; then

This comment has been minimized.

Copy link
@raftmsohani

raftmsohani Oct 17, 2023

Ahh, that's it. Good catch 👍

if [ "$CGAPPNAME_BACKEND" = "tdp-backend-develop" ]; then
# TODO: this is technical debt, we should either make staging mimic tanf-dev
# or make unique services for all apps but we have a services limit
# Introducing technical debt for release 3.0.0 specifically.
Expand Down

0 comments on commit f897a4f

Please sign in to comment.