From 1765d2eb15cf9c54b16b3a54fcf3508e941cd9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Thu, 16 Dec 2021 16:54:36 -0500 Subject: [PATCH] [FIX] Applies git patches without OCA repo name --- apply_patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply_patches.sh b/apply_patches.sh index d762be0..490277a 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -93,7 +93,7 @@ pt_community () patch $OPTIONS < patches/20210420_auth-oauth-multi-token_error-in-login.patch SRC=$PWD - DEST=$DESTDIR/community/account-invoicing/ + DEST=$DESTDIR/community/ OPTIONS="-p1 --verbose" pushd $DEST