Created
April 2, 2018 13:05
-
-
Save KamilLelonek/58ac6883197fe91253493dfd3b022523 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with file_path = ".keys/key", | |
:ok <- File.write(file_path, private_key) do | |
file_path | |
else | |
{:error, error} -> :file.format_error(error) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment