Skip to content

Commit

Permalink
style: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanc committed Jul 21, 2020
1 parent b83e69e commit 7d45956
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/verifyConditions.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Please follow the "[Make your own gem guide](https://guides.rubygems.org/make-yo
const [gemspec] = gemspecs;
let gemName = null;
try {
// TODO: Use cwd here instead of the full path?
const { stdout } = await execa(
'ruby',
['-e', `puts Gem::Specification.load('${gemspec}').name`],
Expand Down

0 comments on commit 7d45956

Please sign in to comment.