Skip to content

Commit

Permalink
added package fixes for functions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vyrus001 committed Mar 10, 2018
1 parent 2f26925 commit b2ec10c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
- name: AddRegKeyString
description: Add a string registry key
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -352,7 +352,7 @@
- name: AddRegKeyExpandedString
description: Add an expanded string registry key
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -369,7 +369,7 @@
- name: AddRegKeyBinary
description: Add a binary registry key
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -386,7 +386,7 @@
- name: AddRegKeyDWORD
description: Add a DWORD registry key
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -403,7 +403,7 @@
- name: AddRegKeyQWORD
description: Add a QWORD registry key
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -420,7 +420,7 @@
- name: AddRegKeyStrings
description: Add a registry key of type string(s)
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -437,7 +437,7 @@
- name: DelRegKey
description: Delete a registry key
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -450,7 +450,7 @@
- name: DelRegKeyValue
description: Delete a registry key value
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand All @@ -465,7 +465,7 @@
- name: QueryRegKey
description: Retrive a registry key
author: Vyrus (https://github.com/vyrus001)
package: os
package: registry
args:
- label: registryString
gotype: string
Expand Down

0 comments on commit b2ec10c

Please sign in to comment.