about summary refs log tree commit diff
path: root/app/lib/command_tag/command/variables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/command_tag/command/variables.rb')
-rw-r--r--app/lib/command_tag/command/variables.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/command_tag/command/variables.rb b/app/lib/command_tag/command/variables.rb
index b0781d1aa..ebcacbf02 100644
--- a/app/lib/command_tag/command/variables.rb
+++ b/app/lib/command_tag/command/variables.rb
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 module CommandTag::Command::Variables
-  def handle_variables_startup
+  def handle_000_variables_startup
     @vars.merge!(persistent_vars_from(@account.metadata.fields)) if @account.metadata.present?
   end