]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fixed secret paths at mv action
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Feb 2014 16:47:50 +0000 (13:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Feb 2014 16:47:50 +0000 (13:47 -0300)
ChangeLog
lib/keyringer/actions/mv

index 67b040718844d99803a6ede75135c198cfd54edd..b753bc786ef4ca75171ef9246d5e687d1eb55b9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
 2014-02-20 - Silvio Rhatto  <rhatto@riseup.net>
 
+       Fixed secret paths at mv action
+
        Do not use RELATIVE_PATH on git action
 
-       Fix test output at xclip action
+       Fixed test output at xclip action
 
 2014-02-20 - 0.3 - Silvio Rhatto  <rhatto@riseup.net>
 
index aaf67721c4962d39b23d928116705d38213cbbb9..daac7b011fbc49aa214c0e963f9d1e52c563d9a5 100755 (executable)
@@ -25,4 +25,4 @@ if ! echo "$ORIG" | grep -q '*' && [ ! -e "$KEYDIR/$RELATIVE_PATH/$ORIG" ]; then
 fi
 
 # Run move command
-keyringer_exec git "$BASEDIR" mv $ORIG $FILE
+keyringer_exec git "$BASEDIR" mv "keys/$RELATIVE_PATH/$ORIG" "keys/$FILE"