Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pffreitas committed Jan 11, 2022
1 parent 080d2d6 commit 5067e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/audience.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# audience> Resource
# Audience Resource

Description of what this resource does, with links to official
app/service documentation.
Expand Down
2 changes: 1 addition & 1 deletion optimizely/client/ruleset.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (c OptimizelyClient) CreateRuleset(flag flag.Flag) error {
Variations: map[string]RulesetVariation{
rule.Deliver: {
Key: rule.Deliver,
PercentageIncluded: rule.PercentageIncluded,
PercentageIncluded: 10000,
},
},
AudicenceConditions: rule.AudienceConditions,
Expand Down

0 comments on commit 5067e7d

Please sign in to comment.