Skip to content

Commit

Permalink
renamed dir
Browse files Browse the repository at this point in the history
  • Loading branch information
taulant.disha authored and taulant.disha committed May 19, 2024
1 parent 03305ce commit 022dd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
script: |
#!/usr/bin/env bash
cd hub
cd Hub
sudo git checkout main;
sudo git pull origin main;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
script: |
#!/usr/bin/env bash
cd hub
cd Hub
sudo git checkout mainnet;
sudo git pull origin mainnet;
Expand Down

0 comments on commit 022dd20

Please sign in to comment.