Skip to content

Commit 7b20038

Browse files
committed
Fix where mkdir is
Signed-off-by: munapower <mmunaro@hotmail.com>
1 parent 6416cbc commit 7b20038

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/deployment/k8s/generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ outDir="."
3131
cryptoConfigDir="${outDir}/crypto-config"
3232
channelArtifactsDir="${outDir}/channel-artifacts"
3333
packageDir="${outDir}/packages"
34-
mkdir packageDir
34+
3535

3636
CHAINCODE_SERVER_PORT=9999
3737

@@ -117,7 +117,7 @@ if [[ -z "${TEST_CC_PATH}" ]]; then
117117
fi
118118

119119
FPC_MRENCLAVE="$(cat "${FPCCC_PATH}"/_build/lib/mrenclave)"
120-
120+
mkdir packageDir
121121
for peer in $(shopt -s globstar; find ${cryptoConfigDir}/**/peers/ -mindepth 1 -maxdepth 1 -execdir echo {} ';' | sed 's/^\.\///g');
122122
do
123123
# ercc

0 commit comments

Comments
 (0)