From 3f8233ba2c61db1abff3f226ee91937d25610d21 Mon Sep 17 00:00:00 2001 From: TzeYiing Date: Sat, 3 Aug 2024 03:19:29 +0800 Subject: [PATCH] chore: fix wrong docs function name --- lib/logflare/vault.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logflare/vault.ex b/lib/logflare/vault.ex index 83b608818..25d4de921 100644 --- a/lib/logflare/vault.ex +++ b/lib/logflare/vault.ex @@ -5,7 +5,7 @@ defmodule Logflare.Vault do To run the migration at runtime, use the following: ```elixir - iex> Logflare.Vault.do_migration() + iex> Logflare.Vault.do_migrate() ``` An old encryption key should be present for the migration.