Merge branch 'master' into 2-forget

This commit is contained in:
2019-12-03 09:43:28 +01:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { config, VERBOSE } from './autorestic'
import { Backend, Backends } from './types'
import { exec, ConfigError } from './utils'
const ALREADY_EXISTS = /(?=.*exists)(?=.*already)(?=.*config).*/
const ALREADY_EXISTS = /(?=.*already)(?=.*config).*/
export const getPathFromBackend = (backend: Backend): string => {
switch (backend.type) {