Skip to content

Commit

Permalink
Fix using custom Bacula package repository in OS profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Sep 4, 2024
1 parent 9057f40 commit f596b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/Modules/DeployAPIHost.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function getRemoveTmpDirCommand()
* @param string $repo_auth repo auth name
* @return array source and destination file parameters
*/
public function prepareRepositoryFile($type, $name, $entry, $key, $repo_auth)
public function prepareRepositoryFile($type, $name, $entry, $key, $repo_auth = '')
{
$repo = '';
$rfile = '';
Expand Down

0 comments on commit f596b9a

Please sign in to comment.