-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi there!
1st try: init ./docs/decisions
$ adr init ./docs/decisions
Initializing ADR base at ./docs/decisions
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ ls
content.md
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ ls -a
./ ../ .adr-dir .git/ content.md
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ cat .adr-dir
./docs/decisions
Hmm. Abort/Retry/Fail? Retry!
2nd try: /docs/decisions
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ rm .adr-dir
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ ls -a
./ ../ .git/ content.md
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ adr init /docs/decisions
Initializing ADR base at C:/Program Files/Git/docs/decisions
Oops.
Hmm. Abort/Retry/Fail? Retry!
3rd try: docs/decisions
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ adr init docs/decisions
Initializing ADR base at docs/decisions
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ ls
content.md
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master)
$ ls -a
./ ../ .git/ content.md
Hmm. Abort/Retry/Fail? Fail.
Any tips so I could get it to work?
Thanks!
BR! /m
Metadata
Metadata
Assignees
Labels
No labels