Skip to content

Commit

Permalink
bugfix: output sanitized scope (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
smuu authored May 17, 2024
1 parent 2dcd7ac commit f0d1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/knuu/knuu.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func InitializeWithScope(scope string) error {
logrus.Warnf("KNUU_NAMESPACE is deprecated. Scope overridden to: %s", scope)
}

logrus.Infof("Initializing knuu with scope: %s", scope)
logrus.Infof("Initializing knuu with scope: %s", testScope)

// read timeout from env
timeoutString := os.Getenv("KNUU_TIMEOUT")
Expand Down

0 comments on commit f0d1b11

Please sign in to comment.