Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Sattler <[email protected]>
  • Loading branch information
boehmseb and vulder authored Nov 27, 2023
1 parent 0c9df7e commit 89ae7ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ class SynthFeatureLargeConfigSpace(VProject):
bb.source.Git(
remote="https://github.com/se-sic/FeaturePerfCSCollection.git",
local="SynthFeatureLargeConfigSpace",
refspec="origin/f-FeatureCaseStudies",
refspec="origin/HEAD",
limit=None,
shallow=False,
version_filter=project_filter_generator(
Expand Down Expand Up @@ -1369,7 +1369,7 @@ class SynthFeatureRestrictedConfigSpace(VProject):
bb.source.Git(
remote="https://github.com/se-sic/FeaturePerfCSCollection.git",
local="SynthFeatureRestrictedConfigSpace",
refspec="origin/f-FeatureCaseStudies",
refspec="origin/HEAD",
limit=None,
shallow=False,
version_filter=project_filter_generator(
Expand Down

0 comments on commit 89ae7ee

Please sign in to comment.