undo stray change to script/release

This commit is contained in:
Ben Balter 2016-02-09 16:47:23 -05:00
Родитель 94bc04d41e
Коммит 8ed2277831
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -18,8 +18,7 @@ gem build -q github-pages.gemspec
# Make sure we're on the master branch.
(git branch | grep -q '
master') || {
(git branch | grep -q 'master') || {
echo "Only release from the master branch."
exit 1
}