Skip to content

Commit 48c7b49

Browse files
committed
chore(release-discourse-task): update old test code
1 parent 4fa1df3 commit 48c7b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ gulp.task('release-discourse', function(done) {
311311

312312
return q.all([
313313
updatePost(newPostUrl, 'closed', true),
314-
updatePost(newPostUrl, 'visible', false),
315-
oldPostUrl && updatePost(oldPostUrl, 'pinned', true)
314+
updatePost(newPostUrl, 'pinned', true),
315+
oldPostUrl && updatePost(oldPostUrl, 'pinned', false)
316316
]);
317317
});
318318

0 commit comments

Comments
 (0)