Drop extraneous quotes.

pull/9/head
Joshua Potter 2023-11-24 20:32:31 -07:00
parent 683bf863ab
commit 9f38284e3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
cp -r "template" "$OUT"
cp -r template/* "$OUT"