Skip to content

Commit

Permalink
Fix gen-crc-pv-kustomize.sh mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed May 10, 2022
1 parent 10a3b7f commit e2217be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen-crc-pv-kustomize.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [ ! -d out ]; then
if [ ! -d out/crc ]; then
mkdir -p out/crc
fi

Expand Down

0 comments on commit e2217be

Please sign in to comment.