Skip to content

Commit

Permalink
[#1303] fix filename issue for create azure lookup table
Browse files Browse the repository at this point in the history
  • Loading branch information
4upz committed Feb 6, 2024
1 parent 5262146 commit ec34e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"start": "ts-node src/index.ts",
"guided-install": "ts-node src/GuidedInstall/index.ts",
"create-lookup-table": "ts-node src/CreateLookupTable/index.ts",
"create-azure-lookup": "ts-node src/CreateLookupTable/CreateAzureInput.ts",
"create-azure-lookup": "ts-node src/CreateLookupTable/createAzureInput.ts",
"estimate-on-premise-data": "ts-node src/EstimateOnPremiseData/index.ts",
"seed-cache-file": "ts-node src/SeedCacheFile/index.ts"
},
Expand Down

0 comments on commit ec34e4d

Please sign in to comment.