Skip to content

Commit

Permalink
Remove the ignore on ssh-key (fileblob) for backwards compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
sp90 committed Nov 8, 2024
1 parent 0c4493d commit 4700130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/backup/destination/destination.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const DESTINATION_CONFIG: DestinationConfig = {
longDescription: 'This is a path to a private key file locally on the machine',
},
],
ignoredAdvancedFields: ['ssh-key'],
// ignoredAdvancedFields: ['ssh-key'],
},
s3: {
customFields: {
Expand Down

0 comments on commit 4700130

Please sign in to comment.