Skip to content

Commit

Permalink
Merge pull request #1 from dormi/master
Browse files Browse the repository at this point in the history
add --failsafe option to source-highlight
  • Loading branch information
avsej committed Sep 7, 2014
2 parents d4f96c0 + 0fc2df7 commit 2e64779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-kindle
Expand Up @@ -161,7 +161,7 @@ cd(".git") do
mkdir_p File.dirname(file)
cp "../../#{file}", file
print "#{file}..."
`source-highlight -d -i #{file} -o #{file}.html`
`source-highlight -d -i #{file} -o #{file}.html --failsafe`
puts " ok"
end
create_opf(project, files)
Expand Down

0 comments on commit 2e64779

Please sign in to comment.