Skip to content

Commit

Permalink
Fixed copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
guidowb committed Aug 14, 2015
1 parent ffa850d commit 7c44e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$1" = "release" ]] ; then

`sed -i .bak -e "s/Major:.*/Major: $MAJOR,/" \
-e "s/Minor:.*/Minor: $MINOR,/" \
-e "s/Build:.*/Build: $BUILD,/" usagereport.go`
-e "s/Build:.*/Build: $BUILD,/" cf_targets.go`
fi
fi

Expand Down

0 comments on commit 7c44e08

Please sign in to comment.