Changed the end to pass the Github build

This commit is contained in:
Alexandre 2025-01-28 23:02:18 +01:00
parent be1e322e87
commit 648509cb7e

View File

@ -62,7 +62,3 @@ func execInput(input string) error {
// Execute the command and return the error. // Execute the command and return the error.
return cmd.Run() return cmd.Run()
} }
func checkHistory() {
if _, err := os.Stat()
}