Skip to content

Commit e904451

Browse files
jipanyanglguohan
authored andcommitted
Fix typo in orchagent_restart_check from fasle to false. (sonic-net#923)
Signed-off-by: Jipan Yang <[email protected]>
1 parent 52fdf1c commit e904451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orchagent/orchagent_restart_check.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ int main(int argc, char **argv)
4444
swss::Logger::getInstance().setMinPrio(swss::Logger::SWSS_INFO);
4545
SWSS_LOG_ENTER();
4646

47-
std::string skipPendingTaskCheck = "fasle";
48-
std::string noFreeze = "fasle";
47+
std::string skipPendingTaskCheck = "false";
48+
std::string noFreeze = "false";
4949
/* Default wait time is 1000 millisecond */
5050
int waitTime = 1000;
5151

0 commit comments

Comments
 (0)