summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/thomas2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/thomas b/bin/thomas
index 1952235..4d23529 100755
--- a/bin/thomas
+++ b/bin/thomas
@@ -21,7 +21,7 @@ install_mo() {
build(){
mkdir -p $OUTPUT_FOLDER
- source thomas.env && cat templates/$1 | bin/mo > $OUTPUT_FOLDER/$FILE
+ source thomas.env && cat templates/$FILE | bin/mo > $OUTPUT_FOLDER/$FILE
}
install_mo