Skip to content

Commit

Permalink
use consistent var name for state file
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Aug 30, 2024
1 parent 7ab2134 commit f201745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/cpp/examples/Wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int main() {
const char *organizationIdEnv = std::getenv("ORGANIZATION_ID");

// Use optional state file for authentication
const char *stateFile = std::getenv("STATE_PATH");
const char *stateFile = std::getenv("STATE_FILE");

const char *apiUrl = std::getenv("API_URL");
const char *identityUrl = std::getenv("IDENTITY_URL");
Expand Down

0 comments on commit f201745

Please sign in to comment.