Skip to content

Commit

Permalink
Merge pull request #48 from knijn/main-dev
Browse files Browse the repository at this point in the history
Fix not finding semver
  • Loading branch information
EmmaKnijn authored Oct 27, 2022
2 parents c7ce034 + 2928a3b commit 701f839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions musicify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ local i = 1
local serverChannel = 2561
local serverMode = false
local modem = peripheral.find("modem")
local v = require("semver") or require("/libs/semver")
local YouCubeAPI = require("/libs/youcube.lua")
local v = require("/libs/semver")
local YouCubeAPI = require("/libs/youcube")

-- Parse -dev argument switch, provided by Luca_S
while i <= #args do
Expand Down

0 comments on commit 701f839

Please sign in to comment.