We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As followup to #443, here are some minor issues and questions to be addressed:
cmd/csaf_downloader/config.go
log download
loag downloads
// If no special given use current working directory.
cmd/csaf_downloader/forwarder.go
suited ti forward
cmd/csaf_downloader/main.go
slog.Info("No domains given.")
The text was updated successfully, but these errors were encountered:
Solved by #447
Sorry, something went wrong.
s-l-teichmann
No branches or pull requests
As followup to #443, here are some minor issues and questions to be addressed:
cmd/csaf_downloader/config.go
:log download
should probably beloag downloads
// If no special given use current working directory.
special what? ;)cmd/csaf_downloader/forwarder.go
:suited ti forward
cmd/csaf_downloader/main.go
the followingslog.Info("No domains given.")
should be at least level Warning, if not Error.The text was updated successfully, but these errors were encountered: