develop
Myk 2022-07-23 16:35:40 -07:00 committed by GitHub
parent 947889873d
commit 3c92d4f195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -636,7 +636,7 @@ end
function is_builtin(command)
ensure_db()
return entrydb[command] and
get_db_property(entry_name, 'entry_types')[ENTRY_TYPES.BUILTIN]
get_db_property(command, 'entry_types')[ENTRY_TYPES.BUILTIN]
end
---------------------------------------------------------------------------