Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
monok8s: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed May 9, 2024
1 parent 4ff0db5 commit e0b99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monok8s/monok8s-k8s-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ add_deployment() {
if [ -f "$1" ]; then
sed -i '/^DEPLOYMENT=/d' "$1" || true 2> /dev/null
fi
echo "DEPLOYMENT='$2'" >>"$1"
echo "DEPLOYMENT='$deployment'" >>"$1"
}

# add_date "file_path" "locked"
Expand Down

0 comments on commit e0b99f2

Please sign in to comment.