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