"plugins/vscode:/vscode.git/clone" did not exist on "cfba05cf9d4f22e5629a2bdc692101008b2ebae9"
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