reactivated 0.44.4 → 0.44.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactivated",
3
- "version": "0.44.4",
3
+ "version": "0.44.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -9,7 +9,7 @@ POSTGRESQL_LOGS="$VIRTUAL_ENV/postgresql/logs.txt"
9
9
  # On MacOS, people may run this in /tmp which is actually /private/tmp.
10
10
  # To prevent issues with the hash changing for $VIRTUAL_ENV depending on
11
11
  # $PWD returning /tmp or /private/tmp, we resolve with readlink.
12
- TMP_ENV="$TMPDIR/reactivated/$(readlink -f "$VIRTUAL_ENV" | md5sum | awk '{print $1}')"
12
+ TMP_ENV="/tmp/reactivated/$(readlink -f "$VIRTUAL_ENV" | md5sum | awk '{print $1}')"
13
13
 
14
14
  # https://github.com/python/mypy/issues/13392
15
15
  # https://setuptools.pypa.io/en/latest/userguide/development_mode.html#legacy-behavior