Skip to content

Commit

Permalink
SNOW-1055755: fix variable references
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Jul 31, 2024
1 parent e04d465 commit c783b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/packaging/build_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fpm \
-t deb \
--name snow \
--version ${VERSION} \
-p DEB_PGK \
-p ${DEB_PGK} \
-C ./dist/snow \
--prefix /usr/lib/snowflake/snowflake-cli \
--after-install $THIS_DIR/ubuntu/after_install.sh \
Expand All @@ -23,7 +23,7 @@ fpm \
-t rpm \
--name snow \
--version ${VERSION} \
-p RPM_PGK \
-p ${RPM_PG} \
-C ./dist/snow \
--prefix /usr/lib/snowflake/snowflake-cli \
--after-install $THIS_DIR/ubuntu/after_install.sh \
Expand Down

0 comments on commit c783b10

Please sign in to comment.