Skip to content

Commit 9ef998a

Browse files
committed
fix typo in alien-token check
1 parent bf562dc commit 9ef998a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CCDB/src/CcdbApi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ bool CcdbApi::checkAlienToken()
7575
if (getenv("JALIEN_TOKEN_CERT")) {
7676
return true;
7777
}
78-
auto returncode = system("alien-token-info &> /dev/nulll");
78+
auto returncode = system("alien-token-info &> /dev/null");
7979
if (returncode == -1) {
8080
LOG(error) << "...";
8181
}

0 commit comments

Comments
 (0)