Skip to content

Commit

Permalink
fix: fixed issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnimus committed Jul 9, 2023
1 parent f9630d3 commit a8bd887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dotenv/Daemon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public void Clear() {

public void Update(string pwd) {
this.log.Debug($"update called in {pwd}");
if(String.IsNullOrEmpty(pwd)) return;
this.lastdir = pwd;
if (!this._enabled || this._names.Count == 0) {
this.log.Debug("nothing to do because the module is disabled or there are no names");
Expand Down
2 changes: 1 addition & 1 deletion module/Dotenv.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = "Dotenv.psm1"
ModuleVersion = "1.0.1"
ModuleVersion = "1.0.2"
Author = "Taylan Gökkaya<[email protected]>"
CompatiblePSEditions = @("Core")
GUID = '3bb5d7a3-985c-4d74-a329-8dddb075e322'
Expand Down

0 comments on commit a8bd887

Please sign in to comment.