From 62618cdaa5433258c0dc81d009e3cbf9bb57e60d Mon Sep 17 00:00:00 2001
From: Dongjoon Hyun <dhyun@apple.com>
Date: Tue, 24 Sep 2019 13:03:43 -0700
Subject: [PATCH] Fix Repo URL

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f3811e5..3e75423 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/actions/ssetup-python.git"
+    "url": "git+https://github.com/actions/setup-python.git"
   },
   "keywords": [
     "actions",