Skip to content

Commit

Permalink
fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Sep 10, 2024
1 parent 60619a5 commit 7fba7cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/list_crate_updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# this script is used in github workflow to print an overview of crates and its version

set -ex
alias cargo=cargo --config net.git-fetch-with-cli=true
shopt -s expand_aliases
alias cargo="cargo --config net.git-fetch-with-cli=true"

RUNTIME_CRATE="hydradx-runtime"
PROJECT_PATH=$(cargo locate-project --workspace --message-format plain)
Expand Down

0 comments on commit 7fba7cd

Please sign in to comment.