Skip to content

Commit 56e0d4f

Browse files
Merge pull request #5772 from craigcomstock/ENT-12732/master
Fixed whitespace typo in message about Cannot open software_packages.csv
2 parents 680e160 + 2763daf commit 56e0d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpromises/evalfunction.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ static bool GetLegacyPackagesMatching(Regex *matcher, JsonElement *json, const b
21432143
"Cannot open the %s packages inventory '%s' - "
21442144
"This is not necessarily an error. "
21452145
"Either the inventory policy has not been included, "
2146-
"or it has not had time to have an effect yet or you are using"
2146+
"or it has not had time to have an effect yet or you are using "
21472147
"new package promise and check for legacy promise is made."
21482148
"A future call may still succeed. (fopen: %s)",
21492149
installed_mode ? "installed" : "available",

0 commit comments

Comments
 (0)