Skip to content

Commit

Permalink
fix pull_configs script
Browse files Browse the repository at this point in the history
  • Loading branch information
panentheos committed Apr 30, 2024
1 parent bf4430a commit 1befeb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pull_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ maybe_cp() {
[Yy]* ) aws s3 cp "$1" "$2";;
* ) echo "Skipped.";;
esac
else
aws s3 cp "$1" "$2"
fi
}

Expand Down

0 comments on commit 1befeb8

Please sign in to comment.