Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Aug 30, 2023
1 parent 09cd08a commit 7bb5ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$script:un['autoinstall']['user-data']['fqdn'] = '{0}.{1}' -f $script:un['autoinstall']['user-data']['hostname'].ToLower(), $DomainName
}

$script:un['autoinstall']['user-data']['write-files'] += @{
$script:un['autoinstall']['user-data']['write_files'] += @{
append = $false
path = '/etc/cron.d/realmjoin'
content = if ($OrganizationalUnit)
Expand Down

0 comments on commit 7bb5ea6

Please sign in to comment.