diff --git a/app.js b/app.js index cb2bea8..eea00e0 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ #!/usr/bin/env node var weather = require("./weather.js"); -var users = process.argv.slice(2); +var airports = process.argv.slice(2); -users.forEach(weather.get); \ No newline at end of file +airports.forEach(weather.get); \ No newline at end of file