Skip to content

Commit

Permalink
fix: uncomment correctly in ors-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Apr 19, 2024
1 parent dbf654e commit e5bb339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/utils/yml_config_to_ors_config_conversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ sed -i -e '/^#ors:/s/^#//' -e '/^#.*engine:/s/^#//' -e '/^#.*source_file:/s/^#//
echo "- Uncomment subsequent lines for profiles.car.enabled in ors.engine"
sed -i -e '/^# profiles:/s/^#//' "$output_file"
sed -i -e '/^# car:.*/s/^#//' "$output_file"
sed -i -e '/^# car:.*/s/^#//' "$output_file"
sed -i -e '/^# enabled: true/s/^#//' "$output_file"

echo "Parsing complete. Result saved to $output_file"

0 comments on commit e5bb339

Please sign in to comment.