Commit ad4675cb authored by Patryk Małek's avatar Patryk Małek
Browse files

Concise local variables declarations

parent b1772c53
......@@ -78,11 +78,8 @@ jira_name () {
}
jira_query () {
local jira_name
local verb
verb="$1"
local lookup
local preposition
local verb="$1"
local jira_name lookup preposition
if [[ "${verb}" = "reported" ]]; then
lookup=reporter
preposition=by
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment