Skip to content

Commit

Permalink
fixed build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth-dev committed Nov 13, 2023
1 parent 7389504 commit 7f40360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mkdir -p "${PROVIDER_ROOT}/release"

for OS in ${PROVIDER_BUILD_PLATFORMS[@]}; do
for ARCH in ${PROVIDER_BUILD_ARCHS[@]}; do
NAME="devpod-provider-digitalocean-${OS}-${ARCH}"
NAME="devpod-provider-vultr-${OS}-${ARCH}"
if [[ "${OS}" == "windows" ]]; then
NAME="${NAME}.exe"
fi
Expand Down

0 comments on commit 7f40360

Please sign in to comment.