From 59dbeac5be097f9b49ca533036c697fd37ec009b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 7 Sep 2022 19:37:20 +0200 Subject: [PATCH] Update helpers/utils Co-authored-by: Alexandre Aubin --- helpers/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/utils b/helpers/utils index 71e7d2b37..466d0e0ac 100644 --- a/helpers/utils +++ b/helpers/utils @@ -87,7 +87,7 @@ ynh_abort_if_errors() { # # (Useful to get a debian package or a python wheel.) # SOURCE_EXTRACT=(true|false) # # (Optionnal) Name of the plateform. Default: "linux/$YNH_ARCH" -# SOURCE_FILENAME=linux/arm64/v8 +# SOURCE_PLATFORM=linux/arm64/v8 # ``` # # The helper will: