diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-08-28 21:49:53 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-08-28 21:49:53 -0500 |
| commit | 620a85821141fe89fcc400509f75276fd9016443 (patch) | |
| tree | c1722f2c03e50c858f59f8cc0b63602a89cc33de /bin | |
| parent | a528f2722d6da159bf8b377c10f7a76ba12e6c42 (diff) | |
| parent | 476dd67eeeb4786598fc1d07507ba1dfeb6f132c (diff) | |
Merge branch 'hotfix/1.0.1'
Diffstat (limited to 'bin')
| -rwxr-xr-x[-rw-r--r--] | bin/sorting_hat.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sorting_hat.js b/bin/sorting_hat.js index bcd1225..8430c61 100644..100755 --- a/bin/sorting_hat.js +++ b/bin/sorting_hat.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + 'use strict'; const Config = require('../config/config'); |