Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 20, 2023
1 parent 2c0db97 commit 964b45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/scsictl/scsictl_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ int ScsiCtl::run(const vector<char *>& args) const
break;

case 'v':
cout << "scsictl version: " << piscsi_get_version_string() << '\n';
cout << "scsictl version: " << GetVersionString() << '\n';
exit(EXIT_SUCCESS);
break;

Expand Down

0 comments on commit 964b45e

Please sign in to comment.