Skip to content

Commit e5720b5

Browse files
mastrolinuxmatteosuppo
authored andcommitted
Typo
1 parent f4f1c0b commit e5720b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/certmanager.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if cmd_exists apt-get; then
3535
DBDIR="$HOME/.pki/nssdb"
3636
$su_graph apt-get install libnss3-tools
3737

38-
# if the dir does not exists, created the cert db
38+
# if the dir does not exists, create the cert db
3939
stat $DBDIR
4040
if [ "$?" -ne "0" ]; then
4141
mkdir -p $DBDIR

0 commit comments

Comments
 (0)