Skip to content

Commit

Permalink
Merge pull request #1076 from pony1k/fix-wifi-unstuck-wa-import-path
Browse files Browse the repository at this point in the history
lime-unstuck-wa: Fix module path
  • Loading branch information
G10h4ck authored Feb 5, 2024
2 parents c98578e + 62ce30c commit a5eb7d8
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 a5eb7d8

Please sign in to comment.