diff --git a/SS14.MapServer/Controllers/GitHubWebhookController.cs b/SS14.MapServer/Controllers/GitHubWebhookController.cs
index 9c64849..7c3da00 100644
--- a/SS14.MapServer/Controllers/GitHubWebhookController.cs
+++ b/SS14.MapServer/Controllers/GitHubWebhookController.cs
@@ -99,7 +99,7 @@ private async Task HandlePullRequestEvent(PullRequestEventPayload payload)
if (files.Count == 0)
return;
- // Ensure the the ref will always just be the branch name
+ // Ensure the ref will always just be the branch name
var bareRef = Path.GetFileName(headCommit.Ref);
// Prevent PRs from the master branch causing issues
diff --git a/SS14.MapServer/SS14.MapServer.csproj b/SS14.MapServer/SS14.MapServer.csproj
index 0006a54..565300b 100644
--- a/SS14.MapServer/SS14.MapServer.csproj
+++ b/SS14.MapServer/SS14.MapServer.csproj
@@ -5,7 +5,7 @@
enable
enable
Linux
- 1.1.8
+ 1.1.9