Skip to content

Commit

Permalink
fix release.sh for replicatord
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 29, 2025
1 parent eb9c92a commit 1bbda54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ get_parameters() {

pre_release_check() {
announce "Ensuring dfx and replica are not running."
if pgrep dfx replica ; then
if pgrep -x dfx replica ; then
echo "dfx and replica cannot still be running. kill them and try again."
exit 1
fi
Expand Down

0 comments on commit 1bbda54

Please sign in to comment.