]> code.communitydata.science - cdsc_tex.git/blobdiff - new_tex_assignment
Merge branch 'master' of code.communitydata.cc:cdsc_tex
[cdsc_tex.git] / new_tex_assignment
index e8858e10afc383bec367243255295950e34744fc..207ed432dc2d41dd131b075a4ba3e6ec6cc95582 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Helper script to export LaTeX templates for new documents
-# Copyright (c) 2009-2016 Benjamin Mako Hill <mako@atdot.cc>
+# Copyright (c) 2009-2018 Benjamin Mako Hill <mako@atdot.cc>
 # Released under the GPLv3 or later.
 
 CURDIR=$(pwd)
@@ -9,8 +9,8 @@ TMPDIR=$(mktemp -d)
 
 if test $1
 then
-    cd "$HOME/tex/latex_mako"
-    git archive --format=tar HEAD assignment_template|tar x --strip=1 -C "$TMPDIR"
+    cd "$HOME/tex/cdsc_tex"
+    git archive --format=tar master assignment_template|tar x --strip=1 -C "$TMPDIR"
     cd "$CURDIR"
 
     # get rid of paper_template subdir

Community Data Science Collective || Want to submit a patch?