Skip to content

Commit

Permalink
enable sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Jan 7, 2020
1 parent f65a839 commit e3506e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const getPathFromBackend = (backend: Backend): string => {
case 'azure':
case 'gs':
case 's3':
return `${backend.type}:${backend.path}`
case 'sftp':
return `${backend.type}:${backend.path}`
case 'rest':
throw new Error(`Unsupported backend type: "${backend.type}"`)
default:
Expand Down

0 comments on commit e3506e4

Please sign in to comment.