Skip to content

Commit

Permalink
fix: remove default value for xp_dirtree
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrilov authored Nov 30, 2022
1 parent ef5b940 commit 69d2c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/restore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $spec = @{
restore_time = @{type = 'str'; required = $false }
with_replace = @{type = 'bool'; required = $false; default = $false }
keep_replication = @{type = 'bool'; required = $false; default = $false }
xp_dirtree = @{type = 'bool'; required = $false; default = $false }
xp_dirtree = @{type = 'bool'; required = $false }
no_xp_dir_recurse = @{type = 'bool'; required = $false; default = $false }
verify_only = @{type = 'bool'; required = $false; default = $false }
maintenance_solution_backup = @{type = 'bool'; required = $false; default = $false }
Expand Down

0 comments on commit 69d2c30

Please sign in to comment.