commit ae4e69d323ff5f482ae47a0e3eb9de18b4ed4f91
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jan 17 23:35:41 2021 +0000
Fix typo
update_fixes.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update_fixes.sh b/update_fixes.sh
index 475e0d4..1126609 100755
--- a/update_fixes.sh
+++ b/update_fixes.sh
@@ -34,6 +34,6 @@ echo Press enter to build current branch.; read dummy;
rfpkg push && rfpkg build --nowait
for repo in $REPOS ; do
echo Press enter to build on branch $repo; read dummy;
-git checkout $repo && git merge master && git push && fedpkg
build --nowait; git checkout master
+git checkout $repo && git merge master && git push && rfpkg build
--nowait; git checkout master
done