Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris VAN ACOLEYEN committed Aug 2, 2024
1 parent 60c9a1a commit 3beae78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/scm.pp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# @summary Rundeck scm type.
type Rundeck::Scm = Struct[{
'import' => Struct[{
Optional['import'] => Struct[{
'type' => String[1],
'config' => Hash[String[1], String],
}],
'export' => Struct[{
Optional['export'] => Struct[{
'type' => String[1],
'config' => Hash[String[1], String],
}],
Expand Down

0 comments on commit 3beae78

Please sign in to comment.