From c69a1d9f406b8973013df22491e8ef353730357d Mon Sep 17 00:00:00 2001 From: Josh Bowden Date: Sun, 5 May 2019 19:28:16 +1000 Subject: [PATCH] fix typo in url in bintray config --- deployment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.json b/deployment.json index 6459b492b..9e80ec202 100644 --- a/deployment.json +++ b/deployment.json @@ -4,7 +4,7 @@ "repo": "opensourcepos", "subject": "jekkos", "website_url": "https://www.github.com/opensourcepos/opensourcepos", - "issue_tracker_url": "https://github.com/opensourcepos/opensourcepo/issues", + "issue_tracker_url": "https://github.com/opensourcepos/opensourcepos/issues", "vcs_url": "https://github.com/opensourcepos/opensourcepos.git", "github_use_tag_release_notes": true, "github_release_notes_file": "WHATS_NEW.txt",