Skip to content

Commit

Permalink
Merge pull request fusionpbx#18 from mafoo/master
Browse files Browse the repository at this point in the history
corrected if master check
  • Loading branch information
markjcrane committed Dec 7, 2015
2 parents bbac894 + 008f00d commit 01e58ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/ubuntu/install_fusionpbx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,7 @@ DELIM
do
branch=${branches[$id]};
printf "[%s] %s" $id $branch;
if [ $branch == 'origin/master' ];
if [ $branch == 'master' ];
then
printf " *default";
default_branch=$id;
Expand Down

0 comments on commit 01e58ff

Please sign in to comment.