Skip to content

Commit b6198ab

Browse files
author
Mark Pilgrim
committed
remove debugging stmt
1 parent 3e31f38 commit b6198ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ chmod 755 build/examples build/j build/i build/d && \
130130
chmod 644 build/*.html build/*.css build/*.txt build/*.zip build/examples/* build/examples/.htaccess build/j/* build/j/.htaccess build/i/* build/i/.htaccess build/d/.htaccess build/.htaccess || die "Failed to reset file permissions"
131131

132132
# ship it!
133-
die "Aborting without publishing"
133+
#die "Aborting without publishing"
134134
echo -n "publishing"
135135
rsync -essh -a build/d/.htaccess build/*.zip diveintomark.org:~/web/diveintopython3.org/d/ && \
136136
echo -n "." && \

0 commit comments

Comments
 (0)