code indentation

This commit is contained in:
David Eisinger
2024-02-07 09:58:48 -05:00
parent 27b2dca31e
commit fe8404d34a

View File

@@ -76,7 +76,7 @@ Dir.glob("content/**/*.{jpg,jpeg,png}").each do |path|
-out #{path}.enc \ -out #{path}.enc \
-pass file:secret.key \ -pass file:secret.key \
-iter 1000000 -iter 1000000
) )
end end
``` ```