summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-04-21 22:45:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-04-21 22:45:09 (EDT)
commit92210cbfa8d1a5e25493a1825c75182fc6389dfa (patch)
treec9101a1c7fecdda4dca3fb856424fdd145df67bb
parent94553bc24264eb07dc9e868e763bebdc24626553 (diff)
downloadmr-92210cbfa8d1a5e25493a1825c75182fc6389dfa.zip
mr-92210cbfa8d1a5e25493a1825c75182fc6389dfa.tar.gz
mr-92210cbfa8d1a5e25493a1825c75182fc6389dfa.tar.bz2
bin/dfen: Run `mr checkout` once at the end
-rwxr-xr-xbin/dfen6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dfen b/bin/dfen
index 3cf4aef..6c3e588 100755
--- a/bin/dfen
+++ b/bin/dfen
@@ -18,7 +18,7 @@ for repo in "${@}"; do
# Enable repository in mr configuration
ln -s "../available.d/${repo}.vcsh" \
"${HOME}/.config/mr/config.d/${repo}.vcsh"
-
- # Clone repository
- mr checkout
done
+
+# Clone repositories
+mr checkout