We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee97b6 commit fbb4ed4Copy full SHA for fbb4ed4
update.sh
@@ -96,7 +96,7 @@ ENUMS=(
96
ENUMS_WITH_DEFAULTS=$(printf ",%s" "${ENUMS[@]}")
97
ENUMS_WITH_DEFAULTS=${ENUMS_WITH_DEFAULTS:1}
98
99
-# The task searches for $GATEWAY_API_ENUMS in the enviornment to get the enum names and their default variants.
+# The task searches for $GATEWAY_API_ENUMS in the environment to get the enum names and their default variants.
100
GATEWAY_API_ENUMS=${ENUMS_WITH_DEFAULTS} cargo xtask gen_enum_defaults >> $APIS_DIR/standard/enum_defaults.rs
101
echo "mod enum_defaults;" >> $APIS_DIR/standard/mod.rs
102
0 commit comments