8000 [PBCKP-236] removed excessive brackets · postgrespro/pg_probackup@d808a16 · GitHub
[go: up one dir, main page]

Skip to content

Commit d808a16

Browse files
author
Ivan Lazarev
committed
[PBCKP-236] removed excessive brackets
1 parent 03d55d0 commit d808a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ bool launch_agent(void)
254254
static bool check_certified()
255255
{
256256
return strstr(PGPRO_VERSION_STR, "(certified)") ||
257-
strstr(PGPRO_VERSION_STR, ("(standard certified)"));
257+
strstr(PGPRO_VERSION_STR, "(standard certified)");
258258
}
259259
#endif
260260

0 commit comments

Comments
 (0)
0