diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-06-20 23:38:13 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-06-20 23:38:13 +0100 |
commit | 73d1808d9ef6b42b43af2a39d233be41880aa58a (patch) | |
tree | d85a64497fa2d0b91ce02df58e3faea76cf5cbf3 | |
parent | 8fbbb84bb82f1858571c959af6cf4b3ba5941f12 (diff) | |
download | leaflet-soton-73d1808d9ef6b42b43af2a39d233be41880aa58a.tar leaflet-soton-73d1808d9ef6b42b43af2a39d233be41880aa58a.tar.gz |
Fix the shebang
-rwxr-xr-x | create-data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-data.js b/create-data.js index ff86e81..3c3ec24 100755 --- a/create-data.js +++ b/create-data.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env nodejs /* * This does two things, combines University Open Data, and the data from the |