fix: remove trailing slash from url if needed

This commit is contained in:
Anselm Stordeur
2018-12-04 18:15:39 +01:00
parent 8541b00dbb
commit eb7c334bb8
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import {Logger} from '@openstapps/logger';
import * as commander from 'commander';
import {readFileSync} from 'fs';
import {join} from 'path';
import { URL } from 'url';
import {URL} from 'url';
import {copy} from './copy';
import {HttpClient} from './httpClient';