From 48c7b4942185bca6b82c0c79a6541eb4fc993386 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 6 Aug 2014 15:31:15 -0600 Subject: [PATCH] chore(release-discourse-task): update old test code --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 4157ba71e8..b55f9b5618 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -311,8 +311,8 @@ gulp.task('release-discourse', function(done) { return q.all([ updatePost(newPostUrl, 'closed', true), - updatePost(newPostUrl, 'visible', false), - oldPostUrl && updatePost(oldPostUrl, 'pinned', true) + updatePost(newPostUrl, 'pinned', true), + oldPostUrl && updatePost(oldPostUrl, 'pinned', false) ]); });