Skip to content

Commit

Permalink
use a semicolon instead i guess :P
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxraven committed Nov 8, 2024
1 parent 1af4745 commit 7871ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-scheduler-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
resque-lock-timeout-version:
- "latest"
- "https://github.com/Ibotta/[email protected]"
- "ibotta-resque-lock-timeout:https://github.com/Ibotta/[email protected]"
- "ibotta-resque-lock-timeout;https://github.com/Ibotta/[email protected]"
exclude:
# resque-scheduler (= 4.3.0) depends on redis (~> 3.3)
- redis-version: "~> 4.8"
Expand Down
2 changes: 1 addition & 1 deletion scheduler-lock/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
end

resque_lock_timeout_version = ENV.fetch("RESQUE_LOCK_TIMEOUT_VERSION", "latest")
capture_resque_lock_timeout = resque_lock_timeout_version.split(":", 2)
capture_resque_lock_timeout = resque_lock_timeout_version.split(";", 2)
resque_lock_timeout_gem = if capture_resque_lock_timeout[1]
resque_lock_timeout_version = capture_resque_lock_timeout[1]
capture_resque_lock_timeout[0]
Expand Down

0 comments on commit 7871ccf

Please sign in to comment.