Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Sep 9, 2024
1 parent 81ce9d5 commit b2efd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install-digitalocean:
cd provisioning && packer build packer-digitalocean-amd64.pkr.hcl

install-s3:
cd provisioning && AWS_PROFILE=in4it-vpn-server scripts/install_s3.sh
cd provisioning && AWS_PROFILE=in4it-vpn-server scripts/install_s3.sh --release

install-docs:
provisioning/scripts/deploy_documentation.sh
2 changes: 1 addition & 1 deletion webapp/src/Routes/Setup/GeneralSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function GeneralSetup() {
>
<Text component="div" c="dimmed" style={{ cursor: 'help' }}>
<Center>
<TbInfoCircle style={{ width: rem(18), height: rem(18) }} stroke={1.5} />
<TbInfoCircle style={{ width: rem(18), height: rem(18) }} />
</Center>
</Text>
</Tooltip>
Expand Down

0 comments on commit b2efd62

Please sign in to comment.