summarylogtreecommitdiffstats
path: root/devdocs-cli.sh
diff options
context:
space:
mode:
authorOlibia Tsati2015-11-21 21:17:37 +0200
committerOlibia Tsati2015-11-21 21:17:37 +0200
commit1691acdde6e599edfae5b2c876a655e6e968a5a6 (patch)
treede4ef75838609b8047edbe42bcc123bd0604ccdc /devdocs-cli.sh
parent3fee253fdecb2811fec4ebcf8c5432d6277c9344 (diff)
downloadaur-1691acdde6e599edfae5b2c876a655e6e968a5a6.tar.gz
use bundle exec in helpers
optimize installation
Diffstat (limited to 'devdocs-cli.sh')
-rwxr-xr-xdevdocs-cli.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devdocs-cli.sh b/devdocs-cli.sh
index b112095eaeed..3974ca897799 100755
--- a/devdocs-cli.sh
+++ b/devdocs-cli.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-cd /opt/devdocs-git && thor "$@"
+cd /opt/devdocs-git && bundle exec thor "$@"