sg: Remove extra character in sg config
Created by: danieldides
This character was causing a version mismatch when running sg doctor
on my Machine (Ubuntu 20.04, WSL2).
$ sg doctor
❌ Check "go-version" failed: 'bash -c go_version=#$(go version | cut -d' ' -f 3 | sed 's/go//')
tools_versi...
Incorrect go version
Check produced the following output:
--------------------------------------------------------------------------------
➡️ Need go version 1.17.3, but got #1.17.3 instead