Skip to content

Commit

Permalink
Adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 16, 2024
1 parent 655e0a6 commit 2d39c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lrama/command.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Lrama
class Command
STDLILB_FILE_PATH = "lib/lrama/grammar/stdlib.y"
LRAMA_LIB = File.realpath(File.join(File.dirname(__FILE__)))
STDLILB_FILE_PATH = File.join(LRAMA_LIB, 'grammar', 'stdlib.y')

def run(argv)
begin
Expand Down

0 comments on commit 2d39c5b

Please sign in to comment.