Removed MacOS Finder metadata file, added it to .gitignore, cleaned main.go.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,3 +8,5 @@ lab-ca*
|
|||||||
*.hcl
|
*.hcl
|
||||||
# Include example files
|
# Include example files
|
||||||
!/examples/*.hcl
|
!/examples/*.hcl
|
||||||
|
# Exclude MacOS Finder metadata files
|
||||||
|
.DS_Store
|
2
main.go
2
main.go
@@ -168,5 +168,3 @@ func printMainHelp() {
|
|||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("Use 'lab-ca <command> --help' for more information about a command.")
|
fmt.Println("Use 'lab-ca <command> --help' for more information about a command.")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove stray SAN parsing code below main()
|
|
||||||
|
Reference in New Issue
Block a user