From ace113358a18765fa9b27d1208daadf2fbefc261 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 13 Jul 2021 10:21:14 +0200 Subject: [PATCH] fix typo (follow-up prev) --- contrib/osx/compare_dmg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/osx/compare_dmg b/contrib/osx/compare_dmg index 8e3adab79..d1a490052 100755 --- a/contrib/osx/compare_dmg +++ b/contrib/osx/compare_dmg @@ -9,7 +9,7 @@ cp -r /Volumes/Electrum/Electrum.app/ dmg1 hdiutil detach /Volumes/Electrum rm -rf dmg2 -hdiutil attach $1 +hdiutil attach $2 cp -r /Volumes/Electrum/Electrum.app/ dmg2 hdiutil detach /Volumes/Electrum