From eac5a7dc4e69f60e1ee19121eff2496f6e2d920f Mon Sep 17 00:00:00 2001 From: Braydon Kains Date: Thu, 14 May 2020 22:37:23 -0400 Subject: [PATCH] Forgot to change a path --- main.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cr b/main.cr index 66fb5f7..9ae8cc2 100644 --- a/main.cr +++ b/main.cr @@ -1,5 +1,5 @@ require "option_parser" -require "./ltnp/ltnp_operator" +require "./operators/ltnp_operator" OptionParser.parse do |parser| parser.banner = "Welcome to eznetstat!"