Skip to content

Commit

Permalink
Fix type in safe-upgrade message
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Feb 12, 2024
1 parent 92f6e8f commit a823f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-upgrade/files/usr/sbin/safe-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function su.get_uboot_env(key)
end

local function set_uboot_env(key, value)
print("DEBUG: seting key:" .. key)
print("DEBUG: setting key:" .. key)
print("DEBUG: value:" .. value)
utils.unsafe_shell("fw_setenv " .. key .. " '" .. value .. "'")
end
Expand Down

0 comments on commit a823f47

Please sign in to comment.