Skip to content

Commit

Permalink
Move Cmdlet to Command entry type
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasg committed Aug 19, 2017
1 parent 33538db commit 30775cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posh-to-dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def insert_into_sqlite_db(cursor, name, record_type, path):
if cmdlet_name == module_name:
continue

insert_into_sqlite_db(cur, cmdlet_name, "Cmdlet", cmdlet['path'])
insert_into_sqlite_db(cur, cmdlet_name, "Command", cmdlet['path'])


# commit and close db
Expand Down

0 comments on commit 30775cb

Please sign in to comment.