Skip to content

Commit

Permalink
Update lib/livebook.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Jonatan Kłosko <[email protected]>
  • Loading branch information
spunkedy and jonatanklosko authored Apr 2, 2024
1 parent 192c2cf commit d4cbf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ defmodule Livebook do

if Livebook.Config.boolean!("LIVEBOOK_FIPS", false) do
if :crypto.enable_fips_mode(true) do
IO.puts("[Livebook] FIPS mode set")
IO.puts("[Livebook] FIPS mode enabled")
else
raise "Could not set FIPS mode but was asked to"
end
Expand Down

0 comments on commit d4cbf3a

Please sign in to comment.