Refactor naming of proxy bootstrapping function
Signed-off-by: enyineer <nico.enking@gmail.com>
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { maybeBootstrapProxy } from '@backstage/cli-common';
|
||||
import { bootstrapEnvProxyAgents } from '@backstage/cli-common';
|
||||
|
||||
maybeBootstrapProxy();
|
||||
bootstrapEnvProxyAgents();
|
||||
|
||||
import chalk from 'chalk';
|
||||
import fs from 'fs-extra';
|
||||
|
||||
Reference in New Issue
Block a user