Skip to content

Commit 9e62b0b

Browse files
kanard38knard38
authored andcommitted
DAOS-18645 ddb: fix incompatible linked library
Fix liniting minor issue. features: recovery Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@hpe.com>
1 parent f61fade commit 9e62b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/control/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_build_tags(benv):
3131

3232

3333
def is_server_build(benv):
34-
"""Check if the golang binary being built is a server binary."""
34+
"""Check if the go-lang binary being built is a server binary."""
3535
env = benv.get("ENV")
3636
if env is None:
3737
return False

0 commit comments

Comments
 (0)