-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove executable flag from some source code files (#450)
Some Golang source files in `equinix/` subdirectory have executable flag set (mode 755). This PR sets it to 644, as expected for compiled language source code. The files: ``` ./resource_fabric_port.go ./resource_fabric_connection_acc_test.go ./fabric_service_profile_schema.go ./resource_fabric_service_profile_acc_test.go ./resource_fabric_service_profile.go ./data_source_fabric_cloud_router.go ./fabric_cloud_router_schema.go ./fabric_service_profile_read_schema.go ./fabric_service_profile_search_schema.go ./data_source_fabric_service_profile.go ./resource_fabric_connection.go ./resource_fabric_cloud_router_acc_test.go ./resource_fabric_cloud_router.go ./data_source_fabric_connection.go ./fabric_cloud_router_read_schema.go ./resource_fabric_port_acc_test.go ./fabric_connection_schema.go ./fabric_connection_read_schema.go ``` This seems like some fabric folks issue. @thogarty, is this fix OK with you?
- Loading branch information
Showing
18 changed files
with
0 additions
and
0 deletions.