Skip to content

Commit fbb4ed4

Browse files
committed
fix: typo in update.sh
Signed-off-by: Shane Utt <shaneutt@linux.com>
1 parent dee97b6 commit fbb4ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ENUMS=(
9696
ENUMS_WITH_DEFAULTS=$(printf ",%s" "${ENUMS[@]}")
9797
ENUMS_WITH_DEFAULTS=${ENUMS_WITH_DEFAULTS:1}
9898

99-
# The task searches for $GATEWAY_API_ENUMS in the enviornment to get the enum names and their default variants.
99+
# The task searches for $GATEWAY_API_ENUMS in the environment to get the enum names and their default variants.
100100
GATEWAY_API_ENUMS=${ENUMS_WITH_DEFAULTS} cargo xtask gen_enum_defaults >> $APIS_DIR/standard/enum_defaults.rs
101101
echo "mod enum_defaults;" >> $APIS_DIR/standard/mod.rs
102102

0 commit comments

Comments
 (0)