Skip to content

Commit

Permalink
Merge pull request #1 from MikeThomson/fix/fix-shell-execution
Browse files Browse the repository at this point in the history
fix: add shebang line in cli.js
  • Loading branch information
lart2150 authored Sep 25, 2024
2 parents f130b3b + 873d252 commit b9607f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import {
AwsCdkCli,
type ICloudAssemblyDirectoryProducer,
Expand Down

0 comments on commit b9607f3

Please sign in to comment.