Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
Signed-off-by: bonni <[email protected]>
  • Loading branch information
bonni authored and mgallien committed Dec 5, 2023
1 parent e6014d8 commit 4f7d42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ int main(int argc, char **argv)
user = std::getenv("NC_USER");
}
if(password.isEmpty()){
password = std::getennv("NC_PASSWORD");
password = std::getenv("NC_PASSWORD");
}

}
Expand Down

0 comments on commit 4f7d42a

Please sign in to comment.