Skip to content

Commit ef65966

Browse files
committed
Deployment: update the file encodings
1 parent bc5e86c commit ef65966

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Codingteam.Devops.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59

ctor/Codingteam.Ctor.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>

ctor/GreenCaptchaBot.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module internal Codingteam.Ctor.GreenCaptchaBot
1+
module internal Codingteam.Ctor.GreenCaptchaBot
22

33
open Fabricator.Core
44
open Fabricator.Resources.Files

ctor/GreenCaptchaBot.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"Configuration": {
33
"BotToken": "$BOT_TOKEN",
44
"DeleteJoinMessages": "Unsuccessful"

ctor/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open Fabricator.Console
1+
open Fabricator.Console
22
open Fabricator.Core
33
open Fabricator.Templates.FileTemplates
44

ctor/kubernetes/deploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Set-StrictMode -Version Latest
1+
Set-StrictMode -Version Latest
22
$ErrorActionPreference = 'Stop'
33

44
kubectl apply -f $PSScriptRoot

0 commit comments

Comments
 (0)