diff options
-rw-r--r-- | archfi | 2 | ||||
-rwxr-xr-x | makerelease | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ # referance : https://wiki.archlinux.org/index.php/Installation_guide -apptitle="Arch Linux Fast Install (archfi) - Version: 2015.08.20.21.23.09 (GPLv3)" +apptitle="Arch Linux Fast Install (archfi) - Version: 2015.08.20.21.24.13 (GPLv3)" baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master diff --git a/makerelease b/makerelease index 2032cd2..5d68efd 100755 --- a/makerelease +++ b/makerelease @@ -42,7 +42,7 @@ sed -i '1s/^/Current Version :\n/' CHANGELOG echo "Make last commit..." git commit -a -m "New Release : $version" -if [ ! "$branch" = "master"]; then +if [ ! "$branch" = "master" ]; then echo "Merge branch $branch to master..." git checkout master git merge $branch |