Skip to content

Commit dfac737

Browse files
author
Jiyeon Baek
committed
fix script
1 parent 5d1e5c3 commit dfac737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/add-container-tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ add_docker_tag() {
2828

2929
local AUTH_OPTS=""
3030
if [[ -n "$USERNAME" && -n "$PASSWORD" ]]; then
31-
echo "Using provided credentials for authentication: user=$USERNAME password=$PASSWORD"
31+
echo "Using provided credentials for authentication: user=$USERNAME"
3232
AUTH_OPTS="--src-creds $USERNAME:$PASSWORD --dest-creds $USERNAME:$PASSWORD"
3333
fi
3434

0 commit comments

Comments
 (0)