Update name of exec

This commit is contained in:
Ruben Bosch
2019-06-20 21:08:15 +02:00
parent c8cec1e67f
commit b16576f3e1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class sonarr::install (
group => $group,
} ->
exec { 'move files to correct folder':
exec { 'move sonarr files to correct folder':
command => "/usr/bin/mv ${install_path}/NzbDrone/* ${install_path}",
creates => "${install_path}/${executable}",
}