Skip to content

Commit

Permalink
re-added code disabled for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKeen committed Jul 17, 2016
1 parent f9dfca3 commit 6490ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Bot/SlackBot+Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ extension SlackBotConfig {
let value = pair[safe: 1]
else { throw Error.invalidParameter(parameter: argument) }

//guard supportedArguments.contains("--\(key)=") else { throw Error.unsupportedParameter(parameter: argument) }
guard supportedArguments.contains("--\(key)=") else { throw Error.unsupportedParameter(parameter: argument) }

return (key: key.lowercased(), value: value)
}
Expand Down

0 comments on commit 6490ced

Please sign in to comment.