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 ebcacbf02..6ba32ea41 100644
--- a/app/lib/command_tag/command/variables.rb
+++ b/app/lib/command_tag/command/variables.rb
@@ -5,7 +5,7 @@ module CommandTag::Command::Variables
     @vars.merge!(persistent_vars_from(@account.metadata.fields)) if @account.metadata.present?
   end
 
-  def handle_variables_shutdown
+  def handle_999_variables_shutdown
     @account.metadata.update!(fields: nonpersistent_vars_from(@account.metadata.fields).merge(persistent_vars_from(@vars)))
   end