Skip to content

Commit

Permalink
Changed users to airports
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwalger committed Aug 21, 2015
1 parent 3fb5a79 commit f56b88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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);
airports.forEach(weather.get);

0 comments on commit f56b88d

Please sign in to comment.