Skip to content

Commit 1f65d80

Browse files
committed
2 parents 9308723 + 8694615 commit 1f65d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manage/firstrun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def check_app_alias(cmd):
5151
LOGGER.debug("Reading from %s", exe)
5252
package = read_alias_package(exe)
5353
LOGGER.debug("Package: %r", package)
54-
if package not in pkg:
54+
if package != pkg:
5555
LOGGER.debug("Check failed: package did not match identity")
5656
return False
5757
except FileNotFoundError:

0 commit comments

Comments
 (0)