Skip to content

Commit

Permalink
fix: quotation
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Jan 3, 2025
1 parent 4e946fb commit e2e3e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
# export .env
set -o allexport
# shellcheck disable=SC1091
source "$(dirname "$0")/.env"
source "$(dirname $0)/.env"
set +o allexport

ansible-playbook ansible/ubuntu.yml --ask-become-pass

0 comments on commit e2e3e64

Please sign in to comment.