Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
refactor: change link text (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimabru committed Nov 15, 2022
1 parent 2bed2c0 commit 04fc93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/configurationManager/configurationManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ConfigurationManager struct {

func New() *ConfigurationManager {
return &ConfigurationManager{
TokenGenerationUrl: "https://www.allero.io/selective-rules",
TokenGenerationUrl: "https://www.allero.io/pricing",
}
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/resultsPrinter/resultsPrinter.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func printSummary(ruleResults map[int]*rulesConfig.RuleResult, summary rulesConf
}

fmt.Println()
fmt.Println("Click on the link to activate/deactivate rules:", string(colorBlue), summary.URL, string(colorReset))
fmt.Println("Want to select your own rules or interested in achieving more with Allero SaaS? click here:", string(colorBlue), summary.URL, string(colorReset))

if summary.TotalFailedRules > 0 {
fmt.Println()
Expand Down

0 comments on commit 04fc93c

Please sign in to comment.