Skip to content

Commit

Permalink
Fix sed format
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Aug 3, 2024
1 parent ad49c7e commit 3f98025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- run:
name: "Reenable Knapsack" # Hack to get BulletTrain's starter repo to run via knapsack again.
command: >
sed -i "" s/KNAPSACK_PRO_CI_NODE_INDEX/KNAPSACK_PRO_CI_NODE_TOTAL/g test/test_helper.rb
sed -i "" -e "s/KNAPSACK_PRO_CI_NODE_INDEX/KNAPSACK_PRO_CI_NODE_TOTAL/g" test/test_helper.rb
- run:
name: Run tests with Knapsack Pro
Expand Down

0 comments on commit 3f98025

Please sign in to comment.