diff --git a/InfrastructureAgent/Index.ts b/InfrastructureAgent/Index.ts index b25cf1ff34..ec650c8d65 100755 --- a/InfrastructureAgent/Index.ts +++ b/InfrastructureAgent/Index.ts @@ -1,4 +1,4 @@ -#!/usr/bin/npm start +#!/usr/bin/env ts-node import yargs from 'yargs'; import URL from 'Common/Types/API/URL';