Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 17, 2019
1 parent 803d3ca commit f12b3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

package { $::threatstack::ts_package:
ensure => installed,
source => $::threatstack::windows_tmp_path
install_options => $::threatstack::windows_install_options
source => $::threatstack::windows_tmp_path,
install_options => $::threatstack::windows_install_options,
require => Remote_file['agent msi download']
}
}
Expand Down

0 comments on commit f12b3aa

Please sign in to comment.