Skip to content

Commit

Permalink
Allow test node to see migration status
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 2, 2024
1 parent 5ab7ae1 commit 8c778b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whimsy/asf/status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def self.testnode?
# - not migrating
# - or testnode
def self.updates_disallowed_reason
return nil if testnode?
return 'Updates unavailable due to migration.' if migrating?
return nil if testnode?
return 'Updates unavailable on this node. Please ensure you have logged in to the correct host.' unless active?

nil
Expand Down

0 comments on commit 8c778b1

Please sign in to comment.