command run return value bugfix

This commit is contained in:
2025-06-19 15:28:21 -04:00
parent d0bc383d71
commit 5e950f5e84
2 changed files with 3 additions and 11 deletions

View File

@@ -127,7 +127,7 @@ func (d *database) GetCmd(name string) (string, error) {
return "", err
}
return name, nil
return cmd, nil
}
// gets all saved commands