Skip to content
Snippets Groups Projects
Unverified Commit b4b09278 authored by Alex Clemmer's avatar Alex Clemmer Committed by GitHub
Browse files

Merge pull request #283 from kris-nova/realpath-fix

Removing realpath
parents 3ca3e578 21c6cd0e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
KSONNET_ROOT=$(realpath $(dirname ${BASH_SOURCE})/../..)
KSONNET_ROOT=$(cd "$(dirname "$0")/../.."; pwd)
BIN=${KSONNET_ROOT}/_output/bin
mkdir -p ${BIN}
go build -o ${BIN}/docs-gen ./docs/generate/ks.go
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment