git: 68e60bb8b6c9 - main - nuageinit: expose decode_base64 to fix tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jun 2026 06:14:22 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=68e60bb8b6c968fe615f81ccc8afd2a30ff78003
commit 68e60bb8b6c968fe615f81ccc8afd2a30ff78003
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-06-06 06:05:50 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-06-06 06:05:50 +0000
nuageinit: expose decode_base64 to fix tests
---
libexec/nuageinit/nuage.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/libexec/nuageinit/nuage.lua b/libexec/nuageinit/nuage.lua
index 3f614dba2b22..a554553b3e61 100644
--- a/libexec/nuageinit/nuage.lua
+++ b/libexec/nuageinit/nuage.lua
@@ -993,6 +993,7 @@ local n = {
addsudo = addsudo,
adddoas = adddoas,
addfile = addfile,
+ decode_base64 = decode_base64,
encode_base64 = encode_base64,
add_fstab_entry = add_fstab_entry,
remove_fstab_entry = remove_fstab_entry,