Skip to content

Commit

Permalink
AWS deploy: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Feb 27, 2019
1 parent b5e9b89 commit 756680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/config_build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

function _readlink() { (
# INFO: readlink does not exists on OSX ¯\_(ツ)_/¯
# INFO: readlink does not exist on OSX ¯\_(ツ)_/¯
cd $(dirname $1)
echo $PWD/$(basename $1)
) }
Expand Down

0 comments on commit 756680b

Please sign in to comment.