_scripts: remove unnecessary os.ExpandEnv (#3504)
This commit is contained in:
parent
2b9c3d5c04
commit
ffd1c396c2
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fh, err := os.Create(os.ExpandEnv("./Documentation/cli/README.md"))
|
fh, err := os.Create("./Documentation/cli/README.md")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("could not create README.md: %v", err)
|
log.Fatalf("could not create README.md: %v", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user