Skip to content

Commit

Permalink
Fix offenses in bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Oct 10, 2023
1 parent 28ab17e commit 9a3e6fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require 'bundler/setup'
require 'dotenv_validator'
require "bundler/setup"
require "dotenv_validator"

require 'irb'
require "irb"
IRB.start(__FILE__)
4 changes: 2 additions & 2 deletions bin/setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby

system('bundle')
system('overcommit --install')
system("bundle")
system("overcommit --install")

0 comments on commit 9a3e6fc

Please sign in to comment.