Skip to content

Commit 72151d5

Browse files
authored
Merge pull request #59 from launchdarkly-labs/update_deprovision
updated delete script
2 parents d09bb8b + 4f7242f commit 72151d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/delete_ld_project.py

+2
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ def deleteLDProject():
3838
data = response.json()
3939
print(data)
4040

41+
if __name__ == "__main__":
42+
main()

0 commit comments

Comments
 (0)