Skip to content

Commit

Permalink
Fix #326
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jan 5, 2017
1 parent 0a53b9e commit a0a1cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/job/process.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ __zplug::job::process::get_status_code() {
fi

cat "$_zplug_log[$target]" \
| grep "^repo:$repo" \
| grep "^repo:$repo\t" \
| awk '{print $2}' \
| cut -d: -f2
return $status
Expand Down

0 comments on commit a0a1cd6

Please sign in to comment.