Skip to content

Commit

Permalink
Template repo-name in exception statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojwittner committed Jan 31, 2024
1 parent 8e1daf9 commit 3f76ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/shells/deleteRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This shell **delete the repository** in arg and **all his data** and the line associated in the authorized_keys file.

# DISABLED (until authentiation is improved) 2024-01-30 Otto J Wittner
if [ $1 != "cf832277" ]; then
if [ $1 != "add-reponame-to-delete-here" ]; then
echo -n "This feature is disabled"; exit 2
fi
# Exit when any command fails
Expand Down

0 comments on commit 3f76ba7

Please sign in to comment.