Skip to content

Commit

Permalink
update release cert path
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 22, 2023
1 parent 4d7abcc commit ab18f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
export CERT=$DIR/../../xx/pandaextra/certs/release
export CERT=/home/batman/xx/pandaextra/certs/release

if [ ! -f "$CERT" ]; then
echo "No release cert found, cannot build release."
Expand Down

0 comments on commit ab18f5a

Please sign in to comment.