From 75192fb9a6fcf54b2478388da78698bcfbb1f453 Mon Sep 17 00:00:00 2001 From: gokul656 Date: Wed, 10 Apr 2024 11:19:41 +0530 Subject: [PATCH] removed duplicate instruction in setting-up-cosmovisor.md --- validators/setting-up-cosmovisor.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/validators/setting-up-cosmovisor.md b/validators/setting-up-cosmovisor.md index 7e5917f..9924388 100644 --- a/validators/setting-up-cosmovisor.md +++ b/validators/setting-up-cosmovisor.md @@ -118,10 +118,6 @@ Then use the path returned to copy it to the directory Cosmovisor expects. Let's cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/genesis/bin ``` -```bash -cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/genesis/bin -``` - ## Cosmovisor init Post v1 versions of Cosmovisor have a command that will create the directories and copy the `junod` binary into the proper directory. To create the directories and copy the binary, run this command: