Skip to content

Commit

Permalink
fix wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 19, 2023
1 parent e31c5c2 commit d8f028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/docker/deploy_csc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
exit 1
fi

found=$(cat log.log | grep -m 1 "deployed to")
found=$(cat csc.log | grep -m 1 "deployed to")
echo $found

if [[ $found == '' ]]
Expand Down

0 comments on commit d8f028c

Please sign in to comment.