Skip to content

Commit

Permalink
Switch to current path env
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrxn authored Aug 25, 2023
1 parent b6048fc commit d051fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ma.clean.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $ScndColor = [ConsoleColor]::DarkGray
# This script assumes that you use a default temp directory for various tasks that should be cleaned up automatically.
# If available, the path to this default temp directory is defined by an environment variable.
# Specify the name of this environment variable, or, alternatively, specify a fully-qualified path to your temp directory on the next line:
$WDPathEnv = $Env:FESP_Tempdir
$WDPathEnv = $Env:Fesp_Path_Directory_Work

# Running this script without a properly configured environment like described does still work, it won't go up in flames.
# It will simply display an error message instead of the status message that would appear in this place.
Expand Down

0 comments on commit d051fda

Please sign in to comment.