Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 7f60780

Browse files
authored
Update index.js
1 parent a7677cd commit 7f60780

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ module.exports = {
1717
},
1818

1919
execute: function () {
20-
//allow for casing to be consistent with documentation
21-
if(typeof elixir !== "undefined" && typeof Elixir === "undefined"){
22-
var Elixir = elixir;
23-
}
2420
if(Elixir) {
2521
try {
2622
if (fs.existsSync(config.path)) {
@@ -57,4 +53,4 @@ module.exports = {
5753

5854
};
5955

60-
module.exports.load = module.exports.execute();
56+
module.exports.load = module.exports.execute();

0 commit comments

Comments
 (0)