This commit is contained in:
David Heinemeier Hansson
2023-02-03 20:44:43 +01:00
parent 8a42fd2f30
commit 497c57e3e5

View File

@@ -3,7 +3,7 @@ require "mrsk/cli/base"
class Mrsk::Cli::Registry < Mrsk::Cli::Base
desc "login", "Login to the registry locally and remotely"
def login
run_locally { execute *MRSK.registry.login }
run_locally { execute *MRSK.registry.login }
on(MRSK.hosts) { execute *MRSK.registry.login }
rescue ArgumentError => e
puts e.message