Skip to content

Commit

Permalink
Renaming Installing Bundler step of init (#1894)
Browse files Browse the repository at this point in the history
Co-authored-by: Arushi Kesarwani <arushikesarwani@meta.com>
  • Loading branch information
arushikesarwani94 and arushikesarwani94 authored Mar 29, 2023
1 parent e29c2e9 commit 500f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-doctor/src/tools/runBundleInstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Loader} from '../types';

async function runBundleInstall(loader: Loader) {
try {
loader.start('Installing Bundler');
loader.start('Installing Ruby Gems');

await execa('bundle', ['install']);
} catch (error) {
Expand Down

0 comments on commit 500f1d8

Please sign in to comment.