Skip to content

Commit 7492bd4

Browse files
committed
v0.2.0
1 parent 4702884 commit 7492bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ The program works with given arguments and/or given dotenv-file.
129129
```mermaid
130130
flowchart TD;
131131
A["Variable"]-->Dotenv{"is defined in dotenv-file"}
132-
Dotenv-. "Y" .->Attrib{"is defined as attribute"}
132+
Dotenv-. "Y" .->S[["set environment variable"]]
133133
Dotenv-. "N" .->Attrib{"is defined as attribute"}
134134
Attrib-. "Y" .->S[["set environment variable"]]
135+
Attrib-. "N" .->V[["get environment variable"]]
135136
S-->V
136137
V[["get environment variable"]]
137138
V-- "is empty" -->E("EXIT")

0 commit comments

Comments
 (0)