There was an error while loading. Please reload this page.
1 parent bf562dc commit 9ef998aCopy full SHA for 9ef998a
1 file changed
CCDB/src/CcdbApi.cxx
@@ -75,7 +75,7 @@ bool CcdbApi::checkAlienToken()
75
if (getenv("JALIEN_TOKEN_CERT")) {
76
return true;
77
}
78
- auto returncode = system("alien-token-info &> /dev/nulll");
+ auto returncode = system("alien-token-info &> /dev/null");
79
if (returncode == -1) {
80
LOG(error) << "...";
81
0 commit comments