From 1772da9fb63d2f485a6fc591ca4075e898d51433 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Mon, 9 Jul 2018 09:44:41 +0300 Subject: [PATCH] Fix a comment typo in buildpack.sh. --- scripts/buildpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildpack.sh b/scripts/buildpack.sh index 263e8bd..963688e 100755 --- a/scripts/buildpack.sh +++ b/scripts/buildpack.sh @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -# Build packages for a specified architecture and upload them packagecloud.io +# Build packages for a specified architecture and upload them to packagecloud.io # Expects the following environment variables to be defined: # # ARCH - architecture. 'aarch64', 'x86_64 and 'i386' are currently supported