From 103c0fa3a117cc18fd4d5542748b5f5b33dded9f Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Tue, 22 Mar 2016 20:53:48 +1100 Subject: [PATCH] Removed hard-coded "github" user reference. Signed-off-by: Brett Randall --- script/packagecloud.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/packagecloud.rb b/script/packagecloud.rb index 2f99a76b..6bb96d89 100644 --- a/script/packagecloud.rb +++ b/script/packagecloud.rb @@ -90,5 +90,5 @@ package_files.each do |full_path| next unless os - puts "[#{os}](https://packagecloud.io/github/git-lfs/packages/#{distro}/#{File.basename(full_path)}/download)" + puts "[#{os}](https://packagecloud.io/#{packagecloud_user}/git-lfs/packages/#{distro}/#{File.basename(full_path)}/download)" end