Skip to content

Commit ce25292

Browse files
fix: sh -> bash
1 parent 89f57b6 commit ce25292

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/devcontainers-cli

1 file changed

+1
-1
lines changed

registry/coder/modules/devcontainers-cli/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22

33
# If @devcontainers/cli is already installed, we can skip
44
if command -v devcontainer >/dev/null 2>&1; then

0 commit comments

Comments
 (0)