Skip to content

Commit fc3ae1d

Browse files
committed
v0.2.0
1 parent b894a77 commit fc3ae1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,8 @@ The program works with given arguments and/or given dotenv-file.
128128
```mermaid
129129
flowchart TD;
130130
A["Variable"]-. "is defined in dotenv-file" .->B[["set environment variable"]]
131-
B-- "is empty" -->E("EXIT")
132-
B-- "not empty and valid" -->P[["encrypt or decrypt file"]]
133-
134131
A["Variable"]-. "is not defined in dotenv-file" .->C[["get environment variable"]]
132+
B-->C
135133
C-- "is empty" -->E("EXIT")
136134
C-- "not empty and valid" -->P[["encrypt or decrypt file"]]
137135
```

0 commit comments

Comments
 (0)