Skip to content

Commit

Permalink
pdsadmin/account: fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob2161 committed Feb 22, 2024
1 parent 776dee3 commit 1882727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdsadmin/account.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ EOF

echo "${DID} untaken down"
else
echo "Unknown subcommand "$0 ${SUBCOMMAND}"." >/dev/stderr
echo "Unknown subcommand: ${SUBCOMMAND}" >/dev/stderr
exit 1
fi

0 comments on commit 1882727

Please sign in to comment.