commit d1f23de7685109a696f41512e947678514dcfcc5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 31 02:00:12 2017 +0000
fix typo in update script
update_vbox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index 90a1a5d..a346796 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -7,7 +7,7 @@ rfpkg clog && rfpkg commit -F clog && /bin/rm clog
&& git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;
-git checkout f24 && git merge master && git push && rfpkg build
--nowait; git checkout master
+git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f26 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;