Skip to content
Snippets Groups Projects
Commit 18731279 authored by Neil Schark's avatar Neil Schark
Browse files

linter happy

parent 30b05b36
No related branches found
No related tags found
2 merge requests!406Draft: Add backup script,!404Enable export and import of SDN configuration
Pipeline #124035 passed
This commit is part of merge request !404. Comments created here will be created in the context of that merge request.
......@@ -128,7 +128,7 @@ func (v *VenvManager) getSDNConfigData() (*string, error) {
return &sdnConfigResponse.SdnConfig, nil
}
// writeSDNConfigToFile wriets the SDN configuration in a string to a file
// writeSDNConfigToFile wriets the SDN configuration in a string to a file.
func (v *VenvManager) writeSDNConfigToFile(sdnConfigToWrite string) error {
err := os.WriteFile(v.sdnConfigFilepath, []byte(sdnConfigToWrite), 0644)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment