Skip to content

Commit

Permalink
remove typo :q (#94)
Browse files Browse the repository at this point in the history
I guess you use vim? ;)
  • Loading branch information
michielbdejong authored Sep 26, 2022
1 parent 8d421ba commit 8c1702b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ setup_css() {
}
EOF

mkdir -p certs:q
mkdir -p certs

openssl req -new -x509 -days 365 -nodes \
-out certs/server.cert \
Expand Down Expand Up @@ -195,4 +195,4 @@ then
stop_css
fi

exit "$exit_code"
exit "$exit_code"

0 comments on commit 8c1702b

Please sign in to comment.