Skip to content

Commit 6c93896

Browse files
committed
hm?
1 parent 3654cde commit 6c93896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def merge_pages():
102102
git = subprocess.Popen(['git', 'checkout', 'gh-pages'],
103103
stdout=subprocess.PIPE)
104104

105+
print get_branch()
105106
if get_branch() != 'gh-pages':
106107
print 'ERROR: Failed to switch to gh-pages'
107108
return 1

0 commit comments

Comments
 (0)