Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Testing Done:
Fixing a typo in contrib/release_packages.sh introduced in https://rbcommons.com/s/twitter/r/3531/

Reviewed at https://rbcommons.com/s/twitter/r/3552/
  • Loading branch information
cheister authored and ericzundel committed Mar 9, 2016
1 parent f0bb691 commit c1f18fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/release_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PKG_ANDROID=(
function pkg_android_install_test() {
execute_packaged_pants_with_internal_backends \
--plugins="['pantsbuild.pants.contrib.android==$(local_version)']" \
--explain apk | grep "apk" &> /dev/null && \
--explain apk | grep "apk" &> /dev/null
}


Expand Down

0 comments on commit c1f18fd

Please sign in to comment.