Skip to content

Commit

Permalink
fixing script path of itself
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhasjg committed Nov 29, 2023
1 parent 2d997bf commit f7b15f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/_awsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

$(dirname "$0")/aws-fusion config-switch profile
$(realpath)/aws-fusion config-switch profile

selected_profile="$(cat ~/.aws/fusion/profile)"

Expand Down
2 changes: 1 addition & 1 deletion bin/_awsr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

$(dirname "$0")aws-fusion config-switch region
$(realpath)/aws-fusion config-switch region

selected_region="$(cat ~/.aws/fusion/region)"

Expand Down

0 comments on commit f7b15f7

Please sign in to comment.