Skip to content

Commit

Permalink
Avoid using deprecated Viash variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbeiren committed Jul 23, 2024
1 parent 341faad commit 5322870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concat_text/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

TMPDIR=$(mktemp -d "$meta_temp_dir/$meta_functionality_name-XXXXXX")
TMPDIR=$(mktemp -d "$meta_temp_dir/concat_text-XXXXXX")
function clean_up {
[[ -d "$TMPDIR" ]] && rm -r "$TMPDIR"
}
Expand Down

0 comments on commit 5322870

Please sign in to comment.