Commit f783f38601964d2b9142a96a9c444004bbe817f8

Authored by Shrikant Sharat
1 parent 013216d53f

Comments and indentation.

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -204,9 +204,9 @@ antigen-update () {
204 204 if [[ $url == *\|* ]]; then
205 205 local current_branch=${$(--plugin-git symbolic-ref HEAD)##refs/heads/}
206 206 local requested_branch="${url#*|}"
207   - # Only do the checkout when we are not already on the branch
  207 + # Only do the checkout when we are not already on the branch.
208 208 [[ $requested_branch != $current_branch ]] &&
209   - --plugin-git checkout $requested_branch
  209 + --plugin-git checkout $requested_branch
210 210 fi
211 211  
212 212 if ! [[ -z $old_rev || $old_rev == $new_rev ]]; then