Skip to content

Commit be7669e

Browse files
mlinksvaCopilot
andauthored
validate commands actually used
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e384eab commit be7669e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
for cmd in git sed; do
4+
for cmd in git tr; do
55
if ! command -v "${cmd}" >/dev/null 2>&1; then
66
echo "${cmd} is required for .devcontainer/post-create.sh"
77
exit 1

0 commit comments

Comments
 (0)