mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore: lint
This commit is contained in:
+1
-1
@@ -106,5 +106,5 @@ func postProcessMarkdown(filename string) error {
|
|||||||
content = re.ReplaceAllString(content, r.new)
|
content = re.ReplaceAllString(content, r.new)
|
||||||
}
|
}
|
||||||
|
|
||||||
return os.WriteFile(filename, []byte(content), 0644)
|
return os.WriteFile(filename, []byte(content), 0o644)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user