Skip to content

Commit

Permalink
again...
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelebarre committed Oct 28, 2024
1 parent 36129c2 commit 944f5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
for i in $(env | grep VITE_API_)
for i in $(env | grep TUTO_API_)
do
key=$(echo $i | cut -d '=' -f 1)
value=$(echo $i | cut -d '=' -f 2-)
Expand Down

0 comments on commit 944f5a5

Please sign in to comment.