Skip to content

Commit

Permalink
Remove APP_NAME const as no longer being used in bin/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
murny committed Oct 1, 2024
1 parent 87e7ad6 commit ec48cfa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "fileutils"

APP_ROOT = File.expand_path("..", __dir__)
APP_NAME = "<%= app_name.dasherize %>"

def system!(*args)
system(*args, exception: true)
Expand Down

0 comments on commit ec48cfa

Please sign in to comment.