aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/git
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-11-14 15:15:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-11-14 15:15:33 -0300
commitd277f872c760765dcdb4351d12d896ee938c5271 (patch)
tree0a68c1a8dc57aebd65776f0085b89857a2988b14 /lib/keyringer/actions/git
parentdc7d4bf2a68bd167cb5850a03105b9f4ca19f90e (diff)
parentf4d296e14cf5d150064c10a8342bbac75b7e994e (diff)
downloadkeyringer-d277f872c760765dcdb4351d12d896ee938c5271.tar.gz
keyringer-d277f872c760765dcdb4351d12d896ee938c5271.tar.bz2
Merge branch 'develop'
Diffstat (limited to 'lib/keyringer/actions/git')
-rwxr-xr-xlib/keyringer/actions/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/actions/git b/lib/keyringer/actions/git
index f2cb684..1c61e4e 100755
--- a/lib/keyringer/actions/git
+++ b/lib/keyringer/actions/git
@@ -14,5 +14,5 @@ CWD="`pwd`"
shift
# Run git command
-mkdir -p "$BASEDIR" && cd "$BASEDIR" && git $*
+mkdir -p "$BASEDIR" && cd "$BASEDIR" && git "$@"
cd "$CWD"