Skip to content

Commit

Permalink
what?
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 10, 2018
1 parent 2622a75 commit a9dde4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/CraftTags.moon
Expand Up @@ -8,4 +8,4 @@ class CraftTags extends Model
for tag in *tags
tag = tag.name

return tags\concat " "
return table.concat tags, " "

0 comments on commit a9dde4b

Please sign in to comment.