Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jul 27, 2023
1 parent 38b3d7b commit a43fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
cd test
mkdir logs
# set vars
export MPC_SOURCE=$(git remote -v | grep "origin.*fetch" | cut -f1 -d' ')
export MPC_SOURCES=$(git remote -v | grep "origin.*fetch" | cut -f1 -d' ')
export MPC_BRANCH=$(git branch --show-current)
# run tests
source includes/common.sh
Expand Down

0 comments on commit a43fa03

Please sign in to comment.