Skip to content

Commit

Permalink
start moving everything to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifiht committed Dec 31, 2023
1 parent 7179d33 commit b73d9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/lib_core_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ def get(key)
return @@config_hash[key]
end
end
# Make here a standard message format for beanstalk
2 changes: 1 addition & 1 deletion src/events/evt_manual.rb → src/manual.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#| mainly with ad-hoc tasks, or schedulers like cron. ||
#\===============================================================//
require "beaneater"
require_relative "../lib/lib_core_config"
require_relative "lib/lib_core_config"

# Get user settings
core_config = AppSettings.new
Expand Down

0 comments on commit b73d9da

Please sign in to comment.