Skip to content

Commit 8b0f24b

Browse files
authored
Update main.sh
1 parent 0eb4410 commit 8b0f24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ generate_password() {
172172
if [ -z "$length" ]; then
173173
length=10
174174
fi
175-
cat /dev/urandom | tr -dc $matrix | head -c$lenght
175+
cat /dev/urandom | tr -dc $matrix | head -c$length
176176
}
177177

178178
# Package existence check

0 commit comments

Comments
 (0)