Skip to content

Commit 2a27943

Browse files
ci: fixed typo
1 parent ecb7285 commit 2a27943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ init_job_infos "$ROOT_DIR"
4343

4444
GIT_TAG=$(get_job_tag)
4545
GTIFF2JSON_TAG=$(get_json_value "$ROOT_DIR/package.json" 'peerDependencies["@weacast/gtiff2json"]')
46-
GRIB2JSON_TAG=$(get_json_valie "$ROOT_DIR/package.json" 'peerDependencies["@weacast/grib2json"]')
46+
GRIB2JSON_TAG=$(get_json_value "$ROOT_DIR/package.json" 'peerDependencies["@weacast/grib2json"]')
4747

4848
load_env_files "$WORKSPACE_DIR/development/common/kalisio_dockerhub.enc.env"
4949
load_value_files "$WORKSPACE_DIR/development/common/KALISIO_DOCKERHUB_PASSWORD.enc.value"

0 commit comments

Comments
 (0)