Skip to content

Commit d85ac44

Browse files
Fix previous commit arg change
1 parent 9420d9e commit d85ac44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/join/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Join the club <span class="glyphicon glyphicon-heart" aria-hidden="true"></span>
22

33
<%
4-
phase <- c("open", "closing", "closed")[0]
4+
phase <- c("open", "closing", "closed")[1]
55
%>
66
<% if (phase == "open") { %>
77

0 commit comments

Comments
 (0)