service: fix typo.

This commit is contained in:
Mike McQuaid 2023-04-03 08:41:21 +01:00 committed by GitHub
parent 39092fa629
commit 85a1b79154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -569,7 +569,7 @@ module Homebrew
[key.to_sym, run_cmd]
end
else
raise ArgumentError, "Unexepected run command: #{api_hash["run"]}"
raise ArgumentError, "Unexpected run command: #{api_hash["run"]}"
end
hash[:keep_alive] = api_hash["keep_alive"].transform_keys(&:to_sym) if api_hash.key?("keep_alive")