mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
fix: remove trailing slash from url if needed
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user