From 4d4359f78aaa1428487d04ce2064c2365060b7a4 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 5 Dec 2023 10:48:15 -0500 Subject: [PATCH] fix shebang syntax issue (#7044) --- scripts/update_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_api.py b/scripts/update_api.py index ddfb31f26..d426da34a 100755 --- a/scripts/update_api.py +++ b/scripts/update_api.py @@ -1,4 +1,4 @@ -# - !/usr/bin/env python +#!/usr/bin/env python ############################################ # Copyright (c) 2012 Microsoft Corporation #