Skip to content

Commit 774af33

Browse files
committed
Moving Marvin to a marvin folder
1 parent d86a613 commit 774af33

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ tests/repos/net5.0
295295
tests/repos/net6.0
296296
tests/repos/netcoreapp3.1
297297

298-
build/
298+
marvin/

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "build"]
2-
path = build
1+
[submodule "marvin"]
2+
path = marvin
33
url = https://github.com/daveaglick/Marvin.git

build

Lines changed: 0 additions & 1 deletion
This file was deleted.

marvin

Submodule marvin added at fe18d35

marvin.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
cd "build"
2+
cd "marvin"
33
dotnet run -- %*
44
set exitcode=%errorlevel%
55
cd %~dp0

0 commit comments

Comments
 (0)