Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Nov 22, 2024
1 parent 5fdbb83 commit 86494e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
git submodule update --init
# Update submodule to latest on staging
git fetch
# TODO: REVERT
# TODO: REVERT
git checkout andrew-hybridapp-prod
- name: Configure MapBox SDK
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
git submodule update --init
# Update submodule to latest on staging
git fetch
# TODO: REVERT
# TODO: REVERT
git checkout andrew-hybridapp-prod
- name: Configure MapBox SDK
Expand Down

0 comments on commit 86494e2

Please sign in to comment.