Commit f95dfedb authored by David McFarland's avatar David McFarland
Browse files

godot/update.sh: redirect fetch output to stderr

parent 9c156711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ nix-update "$attr".godot \
[[ $(nix eval --raw -f. "$attr".godot) != "$prev_version" ]] || exit 0

fetch_deps=$(nix build -f. "$attr".godot-mono.fetch-deps --print-out-paths --no-link)
"$fetch_deps"
"$fetch_deps" >&2

update-source-version "$attr".godot.export-templates-bin --ignore-same-version --file="$file"
update-source-version "$attr".godot-mono.export-templates-bin --ignore-same-version --file="$file"