mirror of
https://github.com/github/spec-kit.git
synced 2026-03-17 10:53:08 +00:00
Merge pull request #881 from github/localden/fixes
Updates to templates and scripts
This commit is contained in:
@@ -153,3 +153,4 @@ EOF
|
||||
|
||||
check_file() { [[ -f "$1" ]] && echo " ✓ $2" || echo " ✗ $2"; }
|
||||
check_dir() { [[ -d "$1" && -n $(ls -A "$1" 2>/dev/null) ]] && echo " ✓ $2" || echo " ✗ $2"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user