Skip to content

Commit 7ab82e9

Browse files
committed
fix: typo in name of gem
1 parent be0b2cc commit 7ab82e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ssh -o StrictHostKeyChecking=no -i ~/.ssh/private.key $SSH_REMOTE_USER@$SSH_REMOTE_HOST "
2424
cd $REMOTE_TARGET &&
2525
docker compose down &&
26-
docker compose run --rm web bundle update spree_avior &&
26+
docker compose run --rm web bundle update spree_avior_tax &&
2727
docker compose up -d;"
2828
env:
2929
SSH_REMOTE_USER: ${{ secrets.REMOTE_USER }}

0 commit comments

Comments
 (0)