Skip to content

Commit

Permalink
pb-3733: Fixed a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar subraani committed Apr 17, 2023
1 parent 48f2a2d commit 5c8e59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executor/kopia/kopiabackup.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func runKopiaRepositoryConnect(repository *executor.Repository) error {
repository.Path,
repository.Name,
repository.Password,
kopiaProvderType[repository.Type],
kopiaProviderType[repository.Type],
"",
false,
)
Expand Down

0 comments on commit 5c8e59a

Please sign in to comment.