Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabriel committed Jun 28, 2024
1 parent ba68634 commit e42c7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handler_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ function HandleSSHAddkeys() {
ssh-add $HOME/.ssh/$ssh_key
fi
else
Error "Invalid SSH key $$ssh_public_key_file"
Error "Invalid SSH key $ssh_public_key_file"
fi
done
}

0 comments on commit e42c7b3

Please sign in to comment.