Commit 64df9931b5533c598f507bb01f6caef21fa4fb17

Authored by Shrikant Sharat
1 parent 3047bfeb73

Don't leave the --update argument after processing.

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

... ... @@ -72,6 +72,7 @@ bundle-install () {
72 72  
73 73 if [[ $1 == --update ]]; then
74 74 local update=true
  75 + shift
75 76 else
76 77 local update=false
77 78 fi