Skip to content

Commit

Permalink
foamGet: fixed bug in commit 3b72908
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Greenshields committed Dec 19, 2024
1 parent 999196b commit f4db98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/foamGet
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ read -r nFile
file="$(setFile "$files" "$nFile")"
if tgt="$(setTgt "$prefix" "$file" "$tgt" "$region")"
then
cpFile "$files" "$tgt" && exit 0
cpFile "$file" "$tgt" && exit 0
else
error "target directory does not exist: '$tgt'"
fi

0 comments on commit f4db98d

Please sign in to comment.