Explorar el Código

Fix sed error when generating changelog data

Alois Mahdal hace 8 años
padre
commit
06219b61d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh Ver fichero

@@ -118,7 +118,7 @@ __release() {
118 118
 __git_msg_vbump() {
119 119
     echo "Bump version"
120 120
     echo ""
121
-    __git_info reldiff | sed 's/^/ *  '
121
+    __git_info reldiff | sed 's/^/ *  /'
122 122
 }
123 123
 
124 124
 __vbump() {