Skip to content

Commit

Permalink
fix: Use correct instance property override
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Mar 17, 2018
1 parent 54a4bbc commit 9249221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/add/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const getRangeToReference = require("./lib/get-range-to-reference");
const notSatisfiedMessage = require("./lib/not-satisfied-message");

class AddCommand extends Command {
get requireGit() {
get requiresGit() {
return false;
}

Expand Down

0 comments on commit 9249221

Please sign in to comment.