Skip to content

Commit 70ff34f

Browse files
committed
Fixed whitespace typo in message about Cannot open software_packages.csv
Ticket: ENT-12732 Changelog: none (cherry picked from commit 2763daf)
1 parent c68235e commit 70ff34f

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
@@ -1807,7 +1807,7 @@ static bool GetLegacyPackagesMatching(pcre *matcher, JsonElement *json, const bo
18071807
"Cannot open the %s packages inventory '%s' - "
18081808
"This is not necessarily an error. "
18091809
"Either the inventory policy has not been included, "
1810-
"or it has not had time to have an effect yet or you are using"
1810+
"or it has not had time to have an effect yet or you are using "
18111811
"new package promise and check for legacy promise is made."
18121812
"A future call may still succeed. (fopen: %s)",
18131813
installed_mode ? "installed" : "available",

0 commit comments

Comments
 (0)