Skip to content

Commit

Permalink
fix shebang in examples/examples_unicode.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Voropaev committed Mar 26, 2021
1 parent 50f2dfc commit 0b9a830
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 0b9a830

Please sign in to comment.