You've already forked reflex-appimage
removed echo
This commit is contained in:
1
push.sh
1
push.sh
@@ -84,7 +84,6 @@ makepkg --printsrcinfo > .SRCINFO
|
|||||||
|
|
||||||
# Create git message with correct variable
|
# Create git message with correct variable
|
||||||
if [ -n "$_pkgname" ]; then
|
if [ -n "$_pkgname" ]; then
|
||||||
echo "$pkgname"
|
|
||||||
commit_msg="Updated ${pkgname//\$\{_pkgname\}/_pkgname} to ${pkgver}-${pkgrel}"
|
commit_msg="Updated ${pkgname//\$\{_pkgname\}/_pkgname} to ${pkgver}-${pkgrel}"
|
||||||
else
|
else
|
||||||
commit_msg="Updated ${pkgname} to ${pkgver}-${pkgrel}"
|
commit_msg="Updated ${pkgname} to ${pkgver}-${pkgrel}"
|
||||||
|
|||||||
Reference in New Issue
Block a user