From c5aa37793804beea00fee5bc5c8bd5ff59e41707 Mon Sep 17 00:00:00 2001 From: Matteo Boschi Date: Mon, 29 Mar 2021 09:35:10 +0200 Subject: [PATCH] fix broken link --- bin/add-ios-source-maps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/add-ios-source-maps.sh b/bin/add-ios-source-maps.sh index ff78f46defd..eb9406e2810 100755 --- a/bin/add-ios-source-maps.sh +++ b/bin/add-ios-source-maps.sh @@ -29,5 +29,5 @@ then else echo "Custom 'postinstall' script: 'bin/add-ios-source-maps.sh' did not run" echo "if this was the first time you ran 'install' on the project, please report this issue here:" - echo "https://github.com/pagopa/ItaliaApp/issues" + echo "https://github.com/pagopa/io-app/issues" fi