Skip to content

Commit

Permalink
Merge pull request #122 from dvoropaev/fix_examples_unicode.rb
Browse files Browse the repository at this point in the history
fix shebang in examples/examples_unicode.rb
  • Loading branch information
nateberkopec committed Mar 29, 2021
2 parents af316a1 + 0b9a830 commit a278cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples_unicode.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env ruby
#!/usr/bin/env ruby

$:.unshift File.dirname(__FILE__) + '/../lib'
require 'terminal-table/import'
Expand Down

0 comments on commit a278cc6

Please sign in to comment.