fixed wrong location of shebang in ui-plugins

This commit is contained in:
Sebastian Sdorra
2020-03-27 07:17:35 +01:00
parent 41d02b9c24
commit a314873819

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
/*
* MIT License
*
@@ -21,7 +22,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#!/usr/bin/env node
/* eslint-disable no-console */
const { spawnSync } = require("child_process");