Skip to content

Commit

Permalink
fix: update network on run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
AquiGorka committed Jun 13, 2024
1 parent b110482 commit 27b1adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function integration-tests() {
# run
############################################################################
function run() {
doppler run --preserve-env -p run -c dev -- go run . run "$@"
doppler run --preserve-env -p run -c dev -- go run . run --network dev "$@"
}

eval "$@"

0 comments on commit 27b1adb

Please sign in to comment.