diff options
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index d65a51e..a4bf5da 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -38,7 +38,7 @@ public: { return new cmFindFileCommand; } - virtual const char* GetName() { return "FIND_FILE";} + virtual const char* GetName() { return "find_file";} /** * Succinct documentation. |