From 7d45956fa8e25e5aa5f762e1f318a866eb0dd217 Mon Sep 17 00:00:00 2001 From: Rylan Collins Date: Tue, 21 Jul 2020 15:57:05 -0700 Subject: [PATCH] style: cleanup --- src/verifyConditions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/verifyConditions.js b/src/verifyConditions.js index e1319a7..d001e01 100644 --- a/src/verifyConditions.js +++ b/src/verifyConditions.js @@ -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`],