aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archfi2
-rwxr-xr-xmakerelease2
2 files changed, 2 insertions, 2 deletions
diff --git a/archfi b/archfi
index b382939..f97ce06 100644
--- a/archfi
+++ b/archfi
@@ -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