Skip to content

Commit

Permalink
Remove wrong parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Dec 22, 2023
1 parent b24516e commit 0934c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacewalk/setup/bin/spacewalk-setup
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ sub populate_initial_configs {

# SCC - write to DB
my $st = sprintf("insert into suseCredentials (id, user_id, type, username, password, url)
values (sequence_nextval('suse_credentials_id_seq'), NULL, 'scc'),
values (sequence_nextval('suse_credentials_id_seq'), NULL, 'scc',
'%s', '%s', '%s');",
$answers->{'scc-user'},
encode_base64($answers->{'scc-pass'}),
Expand Down

0 comments on commit 0934c3c

Please sign in to comment.