diff --git a/shell/copy.sh b/shell/copy.sh index a524c62..b5acd15 100755 --- a/shell/copy.sh +++ b/shell/copy.sh @@ -3,5 +3,5 @@ for file in src/local/*.example.ts do - cp "$file" "${file//.example.ts/.1.ts}" + cp "$file" "${file//.example.ts/.ts}" done