Skip to content

Commit e516092

Browse files
committed
Remove ODASA reference from make_stubs.py
1 parent 7a0bfd1 commit e516092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Stubs/make_stubs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
print("\nStub generation successful! Next steps:")
122122
print('1. Edit "semmle-extractor-options" in the .cs files to remove unused references')
123-
print('2. Re-run odasa qltest --optimize "' + testDir + '"')
123+
print('2. Re-run codeql test run "' + testDir + '"')
124124
print('3. git add "' + outputFile + '"')
125125
print('4. Commit your changes.')
126126

0 commit comments

Comments
 (0)