From 4dc94262edb05761bdf3ba790c3dffcde6315536 Mon Sep 17 00:00:00 2001 From: Thelonius Kort Date: Mon, 23 Jun 2025 13:48:02 +0200 Subject: [PATCH] Fix trailing line feed --- totp-code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/totp-code b/totp-code index f50b37e..98a64da 100755 --- a/totp-code +++ b/totp-code @@ -28,7 +28,7 @@ defmodule TOTP do get_secret(identifier) |> Base.decode32!() |> NimbleTOTP.verification_code() - |> IO.puts() + |> IO.write() end defp cmd("list-identifiers", _) do