Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored May 1, 2023
1 parent bd246d8 commit 967764d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class OCIFeatureInstaller:
FEATURE_ENTRYPOINT_HEADER = """if [ "$(id -un)" != "{username}" ]; then
echo "not {remote_user_name}, exiting!"
echo "not {username}, exiting!"
exit 0
fi
"""
Expand Down

0 comments on commit 967764d

Please sign in to comment.