Skip to content

Commit 2d1b64e

Browse files
committed
dont look for truncation
1 parent 6401936 commit 2d1b64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-gist/gist_tag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def code_from_api(gist_id, filename = nil)
9696
match[1] if match
9797
end
9898

99-
file[:content] if file && !file[:truncated]
99+
file[:content] if file
100100
end
101101
end
102102
end

0 commit comments

Comments
 (0)