You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "${GREEN}✓ All $TOTAL_FILES files are aligned with Rust versions (Dockerfiles: $RUST_VERSION_SHORT, MODULE files: $RUST_VERSION)${NC}"
128
+
echo -e "${GREEN}✓ All $TOTAL_FILES files are aligned with Rust version (Dockerfiles: $RUST_VERSION_SHORT)${NC}"
153
129
exit 0
154
130
else
155
131
echo -e "${RED}✗ Found ${#MISALIGNED_FILES[@]} misaligned file(s) out of $TOTAL_FILES:${NC}"
@@ -162,9 +138,9 @@ if [ "$MODE" = "check" ]; then
162
138
fi
163
139
elif [ "$MODE"="fix" ];then
164
140
if [ $FIXED_FILES-eq 0 ];then
165
-
echo -e "${GREEN}✓ All $TOTAL_FILES files were already aligned with Rust versions (Dockerfiles: $RUST_VERSION_SHORT, MODULE files: $RUST_VERSION)${NC}"
141
+
echo -e "${GREEN}✓ All $TOTAL_FILES files were already aligned with Rust version (Dockerfiles: $RUST_VERSION_SHORT)${NC}"
166
142
else
167
-
echo -e "${GREEN}✓ Fixed $FIXED_FILES out of $TOTAL_FILES files to use Rust versions (Dockerfiles: $RUST_VERSION_SHORT, MODULE files: $RUST_VERSION)${NC}"
143
+
echo -e "${GREEN}✓ Fixed $FIXED_FILES out of $TOTAL_FILES files to use Rust version (Dockerfiles: $RUST_VERSION_SHORT)${NC}"
0 commit comments