Skip to content

Commit

Permalink
lime-unstuck-wa: Fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
pony1k committed Feb 3, 2024
1 parent 3c84db5 commit 62ce30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wifi-unstuck-wa/files/usr/bin/wifi-unstuck
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env lua

local unstuck_wa = require 'wifi_unstuck_wa'
local unstuck_wa = require 'lime.wifi_unstuck_wa'

unstuck_wa.do_workaround()

0 comments on commit 62ce30c

Please sign in to comment.